Board logo

标题: [网络连接] [已解决] 批处理如何调用SSH连接vps? [打印本页]

作者: daohe    时间: 2012-3-27 16:46     标题: [已解决] 批处理如何调用SSH连接vps?

本帖最后由 daohe 于 2012-3-31 10:41 编辑

putty.exe
一般都使用putty.exe连接ssh空间。 但是putty不支持保存账号密码

把putty和这批处理放在一起, 通过批处理实现双击该批处理,就能通过putty连接到某一个ssh。

需要我能修改 该空间IP,用户名,密码
作者: find    时间: 2012-3-27 19:33

SecureCRT可以保存账号密码
作者: daohe    时间: 2012-3-27 21:32

我知道. 只是secure没有putty好用.
所以寻求比较偏激的办法
作者: find    时间: 2012-3-27 21:33

回复 3# daohe


具体哪里不好用?
作者: ivor    时间: 2012-3-27 23:31

本帖最后由 ivor 于 2012-3-27 23:56 编辑
  1. plink.exe user@192.168.0.200 -pw password -P 22
复制代码
自己指定user  和  password
命令行的putty默认名字是plink

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

官网下载地址

-auto_store_key_in_cache   这个命令挺重要的,批处理要实现这个功能,不然运行时会提示的。但是我发现不能用,但是文档已经写出来了,晕了
  1. The -auto_store_key_in_cache switch will bypass the Store key in cache dialog, saving it automatically.
复制代码

作者: daohe    时间: 2012-3-28 23:26

回复 4# find

在ssh里打字速度慢, 代码没有颜色等.
试用putty发现非常好用.
作者: daohe    时间: 2012-3-28 23:27

回复 5# ivor


    那么就是说,没法实现是吧?  我试了是不行. 提示找不到plink.exe 我已经把该exe放入system32和该批处理相同目录下仍然提示
作者: ivor    时间: 2012-3-29 15:20

本帖最后由 ivor 于 2012-3-29 15:22 编辑

回复 7# daohe


    http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe
http://the.earth.li/~sgtatham/putty/0.62/x86/
   putty 和plink不是同一个程序
作者: daohe    时间: 2012-3-31 10:43

我的问题出在密码包含了很多特殊字符,导致运行失败.
换了简单密码,就成功了.
同样可以直接写成
  1. putty.exe user@192.168.0.200 -pw password -P 22
复制代码

作者: daohe    时间: 2012-3-31 10:43

回复 8# ivor


    非常感谢你




欢迎光临 批处理之家 (http://bathome.net./) Powered by Discuz! 7.2