码迷,mamicode.com
首页 > 其他好文 > 详细

SSH

时间:2019-02-18 14:55:21      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:res   done   ica   rest   start   ati   font   gen   span   

互通
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

标签:res   done   ica   rest   start   ati   font   gen   span   

原文地址:https://www.cnblogs.com/feizhuanye/p/10395295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!