linux免密ssh登錄腳本

1.使用expectlinux #!/usr/bin/expect set timeout 20 set ip 192.168.2.17 set pwd 123456 spawn ssh imp@${ip} expect -re "password" { send "${pwd}\r" } interact 命令說明:web interact 進入交互終端 expect eof 退出 spawn
相關文章
相關標籤/搜索