Remotely connect to Ubuntu via XShell

http://creativecommons.org/licenses/by-sa/4.0/ Copyright statement: This article is the original article of the blogger, and follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement for reprinting.

  Link to this article: [https://blog.csdn.net/github_39655029/article/details/81330387](https://blog.csdn.net/github_39655029/article/details/81330387)

Under normal circumstances, only openssh-client is installed by default in the installed Ubuntu system. At this time, you can only access other systems through this system connection, but you do not have the authority to allow other systems to access. Check the ssh process in the terminal, enter ps -e|grep ssh, if openssh-client is installed, only ssh -agent will appear, and sshd will not appear (because the blogger has installed openssh-server , So sshd will appear).

At this time, if you want to open the local SSH service so that other systems can log in and access, you must install openssh-server. The installation process is as follows:

  1. service ssh start
  2. /etc/init.d/ssh start

Recommended Posts

Remotely connect to Ubuntu via XShell
xshell connect ubuntu
Remotely connect to MySQL database in Ubuntu environment
Xshell and Xftp fail to connect to the virtual machine Ubuntu
Connect Centos7 remotely via SSH and VNC
How to connect to wifi on ubuntu20.04 (2 types)
Solution for Ubuntu unable to connect to the network
Use rsync to remotely backup data under Ubuntu
Solution to the virtual machine ubuntu16.04 cannot connect to the Internet
How to upgrade to Ubuntu 20.04
Remote connection to Ubuntu 19.1
How to upgrade to Ubuntu 20.04
Mac uses vnc to remotely log in to the ubuntu16.04 desktop
Upgrade Ubuntu 18.04 on Azure to 18.10
ubuntu7.10 installed to 3D open
ubuntu gns3 connect with vbox
Use virtualbox to deploy ubuntu
How to upgrade to Ubuntu 16.04 LTS