ssh -f -p 22 root@10.204.0.1 "ls "
加\ 在$前面 , 当时是 ssh内部变量时.
pid=\$(ps -ef | grep xxx | grep -v grep | awk '{print \$2}')
sshpass -p 'password' ssh -o StrictHostKeyChecking=no user@remote_host 'your_command'
shell ssh交互式, sshpass
于 2023-08-11 17:36:34 首次发布