如何使用ssh登录远程服务器(通过shell脚本)

时间:2014-09-01 12:50:18

标签: shell expect

我想问一下你的脚本,我无法通过ssh自动登录。

set timeout 30
/usr/bin/ssh -p 8484 root@192.168.210.210
expect 
{
   "root@192.168.210.210s password" 
   {
      send "Passw0rd\r" 
   }
}

0 个答案:

没有答案