防止交互式 ssh 提示
我有一个 ssh 脚本,它使用本地密钥登录远程主机 - 那里没有什么太令人兴奋的。密钥是有密码的,我通常将其添加到代理以避免提示。
有时,我在代理运行之前运行该程序,它会挂起等待解锁短语。在这种情况下,我希望命令简单地失败,而不是交互式提示。
有人知道是否有这个选项吗?
I have an ssh script that uses a local key for login to the remote host - nothing too exciting there. The key is passworded and I usually add it to an agent to avoid prompting.
Occasionally I run the program before the agent is running and it will hang waiting for the unlock phrase. In such cases, rather than prompt interactively, I want the command to simply fail.
Anyone know if there's an option for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然是。
Sure is.