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.
我有几个托管网络交换机,我想通过 SSH 批量配置它们。交互式 tty 中的正常 SSH 连接没有问题。但似乎我不能仅仅 ssh user@host command因为他们没有正确识别命令。所以它必须是一个交互式会话。
ssh user@host command
现在我有了 ruby 和 Net::SSH 库。简单的exec!命令也不起作用。所以我想我需要用开关模拟一个交互式终端。但我不知道从哪里开始。
exec!
我希望你能帮助我。
所以我尝试了expect。很棒的工具。帮助过我。
expect