码迷,mamicode.com
首页 > Windows程序 > 详细

Cygwin安装和配置ssh

时间:2015-02-13 21:04:38      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:

安装过程:

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

标签:

原文地址:http://www.cnblogs.com/guolanjie/p/4290873.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!