使用expect登陸自動遠程服務器和執行重複任務

  1.使用expect登陸跳板機 #!/usr/bin/expect -f set TERMSERV *** set USER *** set PASSWORD *** # Start the session catch {spawn ssh -l $USER $TERMSERV} # Login expect "*assword:*" { send "$PASSWORD\r" } exp
相關文章
相關標籤/搜索