Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 sshpass 时如何让它等待键盘输入?
例如 sshpass -p mypassword ssh username@hostname
这将建立与主机的连接。
当我运行它时,我希望在将密码附加到主机后等待连接,直到我按键盘上的“输入”。
非常感谢
它的双重身份验证。在我的正常通行证之后,我有一个随机密钥可以添加它。
sshpass不能做这种事情。你需要类似expect,pexpect的东西。
sshpass