1、因为是免费的
http://www.chiark.greenend.org.uk/~sgtatham/putty/
http://wrc.gro.clinux.org/putty/ 中文站点
2、可以运行文字图形界面,不变形,如:setup. 其它我用过的SecureCRT,SSH Secure Shell等都会变形
3、支持中文显示,以及输入中文。因为其显示语言编码设置非常方便
4、有独立的文件远程管理功能,像SSH Secure Shell一样方便管理远程文件
5、绿色版,不用安装
7、程序小
原创文章,转载请注明: 转载自亿赐客比较购物搜索网
本文链接地址: 推荐使用putty远程管理linux几个理由
putty超时(ssh timeout) 解决办法:
进入putty -> Connection
1、 Seconds between keepalives ( 0 to turn off ), 默认为0, 改为60.
2、 勾上-enable tcp keepalives(so keepalives option)
ssh自动登录机器2009年06月27日 11:47
A:控制主机
B:被控制主机
需要从A能够直接登陆到B上
步骤:
1.在A上执行(连续回车): ssh-keygen -d
Generating public/private dsa key pair.
Enter file in which to save the key (/home/xxxx/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/xxxxx/.ssh/id_dsa.
Your public key has been saved in /home/xxxx/.ssh/id_dsa.pub.
The key fingerprint is:
38:07:07:de:29:ba:9c:83:60:04:f6:3c:cf:e7:1f:85 xxxxxx@xxxx.xxxxx.xxxxx
2.在A上执行:scp ~/.ssh/id_dsa.pub B用户名@B主机地址:~/.ssh/id_dsa.pub
B用户名@B主机’s password:
id_dsa.pub 100% 615 0.6KB/s 00:00
3.在B上执行:cat id_dsa.pub >> ~/.ssh/authorized_keys
即可
细节问题:在两台机器上的当前用户目录下有这么一个文件夹:.ssh,没有的话请预先创建
博主用的是什么模板啊?真好看,支持你
还可以
博主写的不错,受益匪浅,学习了
Fusion 2.5
作者为 digitalnature