miwaiwai

导航

自动登录ssh

[care@DataNode2 ~]$ more client.sh
#!/usr/bin/expect -f
set timeout 30
spawn ssh root@127.0.0.1
expect "password:"
send "NSnb6@Pj!#\r"
expect "]*"
interact

[care@DataNode2 ~]$

posted on 2023-12-27 21:23  米歪歪  阅读(20)  评论(0)    收藏  举报