Remote connection ubantu

  
under windows

1. Install winSCP under Windows

2. Install OpenSSH Server under Ubantu

You can use the command line to install openSSH Server: sudo apt-get install openssh-server< Br>

Subsequently, ubantu will automatically download and install the openssh server and resolve all dependencies together.

We can also search for "openssh-server" through the Ubantu Software Center, and then install it. Ok

The following describes remote connection to Linux under Windows:

1. First make sure that Linux can be networked and start openssh server:

sudo /etc/init.d/Ssh start

2. View the ip address of linux: ifconfig

3. Enter the remote linux ip address in winscp, the port number defaults to 22

Copyright © Windows knowledge All Rights Reserved