xshell connect ubuntu

Installed ubuntu-14, in order to connect to xshell, some configurations are as follows:

1. Activate root user###

sudo passwd root

Set a new password, after successful setting, there will be a prompt passwd: password updated sucessfully

2. Install ssh service###

apt-get install ssh

3. Set root password login###

vi /etc/ssh/sshd_config

will

# Authentication:
LoginGraceTime 120
PermitRootLogin prohibit-password
StrictModes yes

Change to:

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

4. Make the configuration effective###

Restart the ssh service after installation:

Reboot

or

service sshd start

or

/etc/init.d/sshd start

5. Verify that ssh is turned on###

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

Recommended Posts

xshell connect ubuntu
ubuntu gns3 connect with vbox
Ubuntu software
Linux (ubuntu 12.04)
How to connect to wifi on ubuntu20.04 (2 types)
Solution for Ubuntu unable to connect to the network
Remotely connect to MySQL database in Ubuntu environment