Cygwin下sshd配置问题

*** Info: The sshd service has been installed under the 'cyg_server'
*** Info: account.  To start the service now, call `net start sshd' or
*** Info: `cygrunsrv -S sshd'.  Otherwise, it will start automatically
*** Info: after the next reboot.

问题描述:
    在Win7下Cygwin中,使用ssh localhost命令,出现Connection closed by 127.0.0.1的问题。
解决方案:
    1、开始——运行——services.msc
    2、右键CYGWIN sshd——属性——登录选项卡——选择“此账户”——浏览——高级——立即查找——选择你的账户名(必须为管理员权限)——输入密码(必须要有,空密码不接受)——确定。
    3、重启CYGWIN sshd服务即可。
    这样就以你的账户的名义启动了这个服务。而后ssh localhost成功。
#设置的 cyg_server密码要记清楚,在win的服务里面用这个用户启动ssh服务,密码和这里设置的要一样

win7下安装cygwin及配置问题解决


你可能感兴趣的:(Cygwin下sshd配置问题)