摘要:
1.让跳板要不掉线编辑文件:~/.ssh/configHost * ServerAliveInterval 60 ServerAliveCountMax 6 ForwardAgent yes CheckHostIP no Compression yes ControlMaster auto Cont 阅读全文
摘要:
一、常规ssh登录流程 ssh登陆有三个参数,主机名,用户名,用户密码,流程都是一样。 1.ssh 用户名@主机名 2.返回包含(yes/no)的字符串,此时输入 “yes" 3.然后再返回 ”password:",此时输入 用户密码。 登陆完成。 二、 我们可以自己写一个脚本,收集主机名,用户名, 阅读全文