广告

本站里的文章大部分经过自行整理与测试

2016年7月31日星期日

Cygwin + SSH

1.安装 Cygwin 的时候, 也选择安装上 openssh
https://www.cygwin.com/setup-x86_64.exe

2.设置
 

$ ssh-host-config
基本上都是写 yes, 除了以下
*** Query: Enter the value of CYGWIN for the daemon: [] ntsec
*** Query: Do you want to use a different name? (yes/no) no

# 开启 sshd 服务

$ net start sshd

$ ssh-user-config
*** Query: Shall I create an SSH1 RSA identity file for you? (yes/no) no (因会选 SSH2)

3.让防火壁允许 sshd 服务
Windows Firewall - Allow a program or feature through Windows Firewall
- 选择 C:\cygwin64\usr\sbin\sshd.exe


4.用 SSH 连接 Cygwin 
$ ssh –v 用户名@localhost

5.关闭 sshd 服务, 要用的时候才开启
$ net stop sshd

没有评论:

发表评论