SSH
Posted feizhuanye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSH相关的知识,希望对你有一定的参考价值。
互通
ssh-keygen
ssh-copy-id -i dd
scp -r .ssh nd1:~
#for ((x=1;x<=3;x++));do scp -r .ssh dd$x:~ ; done
加快启动SSH
cp /etc/ssh/sshd_config
vi /etc/ssh/sshd_config
GSSAPIAuthentication no
UseDNS no
systemctl restart sshd
以上是关于SSH的主要内容,如果未能解决你的问题,请参考以下文章
PyCharm SSH 隧道通过本地 ssh 配置 (~/.ssh/config)
ssh(不是openssh) 做无密码登陆,怎么每次ssh 登陆还是要输入密码呀?