linux expect詳解(ssh自動登陸)

shell腳本實現ssh自動登陸遠程服務器示例: #!/usr/bin/expect spawn ssh root@192.168.22.194 expect "*password:" send "123\r" expect "*#" interact Expect是一個用來處理交互的命令。藉助Expect,咱們能夠將交互過程寫在一個腳本上,使之自動化完成。形象的說,ssh登陸,ftp登陸等都符合
相關文章
相關標籤/搜索