天天看點

通過SecureCRT連接配接Ubuntu

一般的telnet的密碼和資訊都不是加密的,而ssh則是加密的。

1、安裝ubuntu端的ssh:

apt-get install openssh-server openssh-client

2、安裝SecureCRT

3、檢視ubuntu的ip:

ifconfig

4、確定ubuntu下的ssh-server已啟動:

netstat  -tlp

如果沒有列印出資訊來,

/etc/init.d/ssh restart啟動

5、建立CRT的session:

輸入host name,也就是IP位址;選擇protocol,即SSH2;輸入user name,user password,這裡就是ubuntu的使用者名的密碼

6、如果有亂碼,option->session option->apperance的charactor encoding改為utf-8;另:通過修改apperance下的current color sheme,指定為while/black,可以呈現linux下的terminal效果。