Installed ubuntu-14
, in order to connect to xshell
, some configurations are as follows:
sudo passwd root
Set a new password, after successful setting, there will be a prompt passwd: password updated sucessfully
apt-get install ssh
vi /etc/ssh/sshd_config
will
# Authentication:
LoginGraceTime 120
PermitRootLogin prohibit-password
StrictModes yes
Change to:
# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
Restart the ssh
service after installation:
Reboot
or
service sshd start
or
/etc/init.d/sshd start
ps -ef | grep ssh
Finally, you can connect with xshell
The following is to find the location of the
ubuntu
console:
Find the button:
Click on the second one:
Click on the second line:
Find the console:
Open, right click on the desktop -> Lock to Launcher