Install openssh-server

In the previous server upload over openssh-server, desktop today, suddenly I want to also open ssh service, results forget Zenong, a little bit on Baidu somehow, memo about the future do not have a variety of Baidu.

The first step , install openssh-Server (usually Linux system will default to the client software to install openssh openssh-Client ), you need to install at their own server (My system is Linux Mint, Ubuntu same order):

sudo apt-get install openssh-server

The second step, open openssh service

sudo /etc/init.d/ssh start

Third, to verify whether to open service

ps -e | grep ssh

If there is proof of export has been opened ssh sshd service

 

Remote ssh

ssh username@192.168.1.112

username @ 192.168.1.112 for the hardware user account

Enter after the general will prompt you to enter a password

 

Guess you like

Origin www.cnblogs.com/clemente/p/11348035.html