以下三行有三个命令(spawn,expect,send),但它实际上做了什么.请解释任何一个
spawn ssh -oStrictHostKeyChecking=no -oCheckHostIP=no usr@$myhost.example.com'<br> expect "password"<br> send "$PWD\n" <br> EOD
unix linux shell command password-protection
command ×1
linux ×1
password-protection ×1
shell ×1
unix ×1