Cygwin安装和配置ssh

安装过程:

1. 安装jdk,下载Cygwin 地址:https://cygwin.com/install.html

2. 安装过程参考 http://www.cnblogs.com/kinglau/archive/2013/08/20/3270160.html

3. 安装sshd过程
ssh-host-config # 引导SSH服务配置 

*** Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec #输入ntsec 
*** Query: Do you want to use a different name? (yes/no) no #输入no
*** Query: Create new privileged user account ‘cyg_server‘? (yes/no) no #输入yes

其余一路yes

4.配置ssh无密码登录 http://blog.csdn.net/joe_007/article/details/8298814

5.sshd中文乱码问题 http://www.cnblogs.com/xlmeng1988/archive/2013/01/14/cygwin_cn.html

6. net start sshd启动服务, net stop sshd关闭服务,exit退出

Cygwin安装和配置ssh

上一篇:spring的4种事务特性,5种隔离级别,7种传播行为/数据库事务的四大特性以及事务的隔离级别


下一篇:C#代码生成工具:文本模板初体验 使用T4批量修改实体框架(Entity Framework)的类名