SSH ( Security SHell ) 是Linux 通用的远程登录连接协议

安装:在Cygwin包Net->openssh

$ssh localhost

ssh: connect to host localhost port 22: Connection refused

解决办法:

先安装sshd:  $ssh-host-config

再启动sshd服务: $net start sshd

防火墙也有可能阻止sshd服务