SSH 外壳脚本
我正在尝试编写一个可以通过 ssh 连接到远程计算机的 shell 脚本
,那么问题是我可以依赖密钥之类的东西。我只想添加主机名、用户并传递并执行一些命令...有人可以指导我走这条路吗?
I am trying to do a shell script that can connect to a remote machine via ssh
then problem is that I can relly on keys and stuff like that. I just want to add the hostname, user and pass and execute some commands... can someone guide me on that path?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Linux 的 expect 。
该脚本看起来像这样:
Look into expect for linux.
The script would look something like this: