Linux-side open SSH service
1. Install the Openssh-server package
sudo apt-get install openssh-server
2. start the SSH server
Sudo/etc/init.d/ssh start
< Span style= "LINE-HEIGHT:18PX; White-space:pre ">
< Span style= "LINE-HEIGHT:18PX; White-space:pre "> 3. Confirm that the SSH service starts
Ps-e | grep ssh
4. Set the service port, restart the service after Setup
sudo vi/etc/ssh/sshd_config
< Span style= "LINE-HEIGHT:18PX; White-space:pre "> sudo /etc/init.d/ssh restart
< Span style= "LINE-HEIGHT:18PX; White-space:pre "> windos-side Settings Connection Configuration
< Span style= "LINE-HEIGHT:18PX; White-space:pre "> It is recommended to use tool bitvise, the advantage is that both the command window, and the File window, very convenient!
Copyright NOTICE: This article is The Life Miracle Spring Original article, reprint please indicate the source Life Miracle Spring http://blog.csdn.net/shengmingqijiquan52367657
Windows connects to Ubuntu steps in a virtual machine via SSH