标签: 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" } }