ubuntu enable ssh remote login

Remote login to linux I am used to using Xshell

Ubuntu has enabled ssh remote login, you can control it on other machines

ps -ef|grep ssh Check if ssh is installed

 

Install ssh-client command: sudo apt-get install openssh-client

Install ssh-server command: sudo apt-get install openssh-server

 

After the installation is complete, start the service first: sudo /etc/init.d/ssh start

 

Finish

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326177742&siteId=291194637