新建系统变量
CYGWIN=ntsec
path添加 ;c:\cygwin\bin
之后参考http://blog.csdn.net/benkaoya/article/details/8884677
开启22端口在2008 r2 ent
netsh firewall add portopening TCP 22 MysshPort
cyg_server是一个账号,如果没有手动创建,2008默认有一些密码规则限制,可以使用如[email protected]
不用建sshd local account
在服务里会有一个CYGWIN_sshd的服务可以启动就可以用了
?
?
?
ssh-keygen -t rsa
?
scp id_rsa.pub [email protected]:/home/cyg_server/.ssh/authorized_keys
?
?
ssh [email protected]p
即可可信登录
时间: 2024-10-20 02:02:57