如何从 Windows 7 通过 `ssh` 自动运行 Linux 命令?
目前我使用 puTTY,打开到我的 Ubuntu 服务器的 SSH 连接并在那里执行一些 svn 更新注释。
我想自动化整个过程,但只执行脚本/批处理文件。
我怎样才能做到这一点?
Currently I use puTTY, open SSH connection to my Ubuntu server and execute some svn update comment over there.
I want to automate that whole process but executing just a script/batch file.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己发现了它,没有使用 Cygwin - 我一直在安装/重新安装它。
答案是使用
PuTTY
中的Plink
。希望有帮助
I found it myself without using Cygwin - I'm stuck with installing/reinstalling it.
The answer is using
Plink
fromPuTTY
.Hope that helps
安装 Cygwin 并使用其 shell 和 ssh 客户端。
Install Cygwin and use its shell and ssh client.