Ubuntu系统安装后,服务器存放在机房,每次连接不能老是前往机房操作。使用远程连接操作方便许多。
远程连接linux工具有:XShell、Putty、SecureCRT。我使用的是xshell连接
Ubuntu系统下安装ssh;命令为:sudo apt-get install openssh-server
启动服务:/etc/init.d/ssh start
安装完毕后查看sshserver是否启动命令:ps -e | grep ssh/netsat -tlp
在xshell中设置好用户登录账户密码 连接保存密钥即可
转载于:https://my.oschina.net/xxchen/blog/2961843