在Ubuntu上安装ssh就可以使用xshell登录了,安装步骤:

1,sudo apt-get install openssh-server

2,然后启动ssh

sudo /etc/init.d/ssh start

3,查看

ps -e|grep ssh

然后在xshell中输入IP地址,user name & password,就可以登录。

reference:

http://os.51cto.com/art/201109/291634.htm

http://blog.csdn.net/huilangeliuxin/article/details/43057933

05-08 15:21