引:
直接用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.
用户名: windows 的 登录用户名
口令: windows 的 登录用户密码
Terminal.Emulation 勾上 ANIS Color.
Terminal.Appearance 中选下风格, 字体.
-------------- over ---------------------
大功告成!
+--------------------------------------------------------------------------------+
admin@valley /cygdrive/c
$ ls -F
AUTOEXEC.BAT* Documents and Settings/ Program Files/ System Volume Information/ cmd.txt* menu.txt.bak* response.txt*
BOOT.INI* IO.SYS* Python25/ WINDOWS/ cygwin/ ntldr* tmp/
CONFIG.SYS* MSDOS.SYS* RECYCLER/ bak/ dell/ oracle/
Dev-Cpp/ NTDETECT.COM* RavBin/ bootfont.bin* menu.txt* pagefile.sys
+--------------------------------------------------------------------------------+
参考:
http://blog.linuxmine.com/7026/viewspace-637
http://islue.blogspot.com/search/label/cygwin
阅读(4283) | 评论(2) | 转发(0) |