openssh-在win7上的搭建

参考 http://www.cnblogs.com/ericsun/archive/2012/06/10/2544413.html


1.下载OpenSSH:http://sourceforge.net/projects/sshwindows/files/OpenSSH%20for%20Windows%20-%20Release/3.8p1-1%2020040709%20Build/setupssh381-20040709.zip/download

2.一路确定

3.cmd到 安装目录/bin/(没有设置环境变量,下面的操作都在该目录下)

* 调试模式运行

sshd -d -d -d

被提示要用绝对路径才能运行,用之

* 启停管理

net start|stop|restart opensshd

* 连接

ssh user@ip 


你可能感兴趣的:(openssh-在win7上的搭建)