该笔记将记录:在 Linux 中,SSH 配置与管理,以及常见问题的处理方案。
Restrict SFTP user to multiple folders
Client
如果用户名包含特殊字符
How to connect to SSH with ‘@’ character in username
比如包含 @ 符号:
ssh k4nz@example.com@example.com
禁用 motd 提示
ssh – How do I disable the Message of the Day (MOTD) on Ubuntu 14.04? – Ask Ubuntu
touch $HOME/.hushlogin
Disable StrictHostKeyChecking
~/.ssh/config(How to disable strict host key checking in ssh? – Ask Ubuntu)
Host * StrictHostKeyChecking no
SSH Over USB
WIP
PSSH – Parallel SSH
Homepage: https://code.google.com/archive/p/parallel-ssh