Ubuntu 18.04 Telnet server installation and configuration --ssh

1. Install ssh

sudo apt-get install openssh-server
 

2. Check whether the service has been opened, if there ssd, proof has been opened,

sudo ps -e | grep ssh

Is not turned on, enter

sudo service ssh start

It can open.

3. Check that host IP address, record it

sudo ifconfig

Guess you like

Origin www.cnblogs.com/btschang/p/11589046.html