防止交互式 ssh 提示

发布于 2024-10-06 04:32:31 字数 158 浏览 12 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦境 2024-10-13 04:32:31

当然是。

ssh REMOTE_HOST -o "BatchMode yes"

Sure is.

ssh REMOTE_HOST -o "BatchMode yes"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文