Server installation and configuration:
1. sudo apt-Get install OpenSSH-Server
2./etc/ssh/sshd_config
Rsaauthentication Yes
Pubkeyauthentication Yes
Authorizedkeysfile % H/. Ssh/authorized_keys
Passwordauthentication Yes
3. sudo/etc/init. d/ssh restart
4. PS-E | grepssh
If you see sshd, it indicates that the ssh-server has been started.
Client installation and configuration:
1. sudo apt-Get install putty
2. Configure the IP address of putty,
3. Open. Accept the SSH key cache request and enter the username and password in the automatically opened terminal. The logon is successful.
4. For more information about putty, see the network documentation.
Share Ubuntu system files through "log on to remote server" in the file browser
1. Server Configuration
2. Click "log on to remote server" in the "file" menu of the file browser on the client machine.
3. Enter the Server IP address, user name, and password. The logon is successful.
4. You use remote server files like opening local files.