Chinaunix首页 | 论坛 | 博客
  • 博客访问: 467697
  • 博文数量: 65
  • 博客积分: 2645
  • 博客等级: 少校
  • 技术积分: 675
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-08 17:04
文章分类

全部博文(65)

文章存档

2010年(5)

2009年(5)

2008年(14)

2007年(35)

2006年(6)

分类:

2007-05-28 23:45:32

引:
    直接用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

阅读(4258) | 评论(2) | 转发(0) |
0

上一篇:通过脚本读指定的文件

下一篇: 日期函数

给主人留下些什么吧!~~

chinaunix网友2009-10-09 21:28:27

thank you for the tip, now we can auto record the input/output via secureCRT