linux expect用法之ssh遠程自動登陸

shell腳本實現ssh自動登陸遠程服務器示例:web #!/usr/bin/expect set timeout 30 spawn ssh root@192.168.12.1 expect "root@192.168.12.1's password:" send "10141018\r" interact expect是一個用來處理交互的命令。藉助Expect,咱們能夠將交互過程寫在一個腳本上,
相關文章
相關標籤/搜索