使用SecureCRT登录本机cygwin

来源:互联网 发布:测试网络稳定性工具 编辑:程序博客网 时间:2024/06/08 08:38

使用SecureCRT登录本机cygwin


1. 安装cygwin, 并安装sshd.(跟openssh有关的都选上也可^^)
2. 打开cygwin控制台:输入ssh-host-config,一路yes.
+--------------------------------------------------------------------------------+
admin@valley ~
$ ssh-host-config
Overwrite existing /etc/ssh_config file? (yes/no) yes
Generating /etc/ssh_config file
Overwrite existing /etc/sshd_config file? (yes/no) yes
Privilege separation is set to yes by default since OpenSSH 3.3.
However, this requires a non-privileged account called 'sshd'.
For more info on privilege separation read /usr/share/doc/openssh/README.privsep.

Should privilege separation be used? (yes/no) yes
Generating /etc/sshd_config file

Host configuration finished. Have fun!
+--------------------------------------------------------------------------------+

3. 提示安装成功. 输入net start sshd, 启动 ssh服务.
+--------------------------------------------------------------------------------+
admin@valley ~
$ net start sshd
CYGWIN sshd 服务正在启动 .
CYGWIN sshd 服务已经启动成功。
+--------------------------------------------------------------------------------+

4. 在SecureCRT设置一个Sessions, 协议 ssh.

  主机名: 127.0.0.1

  端口号:22
   用户名: windows 的 登录用户名
   口令:   windows 的 登录用户密码

 -------------- over ---------------------

大功告成!
+--------------------------------------------------------------------------------+
参考:http://zhaohaolin.iteye.com/blog/1017320

原创粉丝点击