Ubuntu 14.04 Install SSH Server

1. Update source

sudo apt-get update

2. Install ssh server

sudo apt-get install openssh-server

3. Start the ssh server

sudo service ssh start

4. View the ssh server process

ps -ef | grep ssh

5. The client accesses Ubuntu14.04 through ssh

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326823557&siteId=291194637