安装了 ubuntu-14 ,为了连接 xshell ,做出的一些配置如下:
sudo passwd root设置新密码,设置成功后会有提示 passwd:password updated sucessfully
apt-get install sshvi /etc/ssh/sshd_config将
# Authentication:
LoginGraceTime 120
PermitRootLogin prohibit-password
StrictModes yes改成:
# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes安装完毕后重启 ssh 服务:
重启or
service sshd startor
/etc/init.d/sshd startps -ef | grep ssh最后就可以用 xshell 连接了
以下为找到
ubuntu控制台位置:
找到按钮:

点击第二个:

点击第二行:

找到控制台:

打开,在桌面右键 -> Lock to Launcher
