1. 程式人生 > >cygwin下配置sshd服務

cygwin下配置sshd服務

1、以管理員身份登入

2、給檔案授權,以完成sshd 服務的安裝
$ chmod +r /etc/group
$ chmod +r /etc/passwd
$ chmod +rwx /var

2、安裝 sshd 服務
$ ssh-host-config

Query: Should privilege separation be used? (yes/no) yes
Query: (Say "no" if it is already installed as a service) (yes/no) yes
Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec
Query: Do you want to use a different name? (yes/no) no
不同版本的sshd問題不一樣,假如有其他提問自己看著辦

3、使用 windows 使用者本地認證,即使用windows 的使用者名稱和密碼登入