Use SSH to remotely control ubuntu

Source: Internet
Author: User
Operating Linux on a virtual machine has some pain points .. No familiar Ctrl + C, Ctrl + v, and cute scroll bars... It is said that using remote control can solve these problems ^_^ let's take action now !! What is SSHSSH? The full name is SecureSHell. By using SSH, You can encrypt all transmitted data so that the "man-in-the-middle" attack method is impossible and can also prevent DNS and IP spoofing. Another advantage is that the transmitted data is compressed,

Operating Linux on a virtual machine has some pain points .. No familiar Ctrl + C, Ctrl + v, and cute scroll bars...
It is said that using remote control can solve these problems ^_^ let's take action now !!

What is SSH

The full name of SSH is Secure SHell. By using SSH, You can encrypt all transmitted data so that the "man-in-the-middle" attack method is impossible and can also prevent DNS and IP spoofing. Another advantage is that the data transmitted is compressed, which can speed up transmission.

SSH has many functions. It can replace telnet and provide a secure "channel" for ftp, pop, and even ppp ". When the SSH client communicates with the server, the user name and password are encrypted to effectively prevent password eavesdropping.

SSH was initially developed by a Finnish company. However, due to copyright and encryption algorithm restrictions, many people have switched to OpenSSH. OpenSSH is an alternative to SSH and is free of charge. It is expected that more and more people will use it in the future instead of SSH. SSH is composed of client and server software. SSH is easy to install, easy to use, and common. Generally, Unix, Linux, and FreeBSD systems all come with application packages that support SSH.

Enable the SSH service in Ubuntu

I don't need to say much about this, but the apt-get install method is as follows:

Sudo apt-get install ssh
Use putty to connect to linux

There are many connection methods available for putty. Of course we need SSH.

Putty Chinese version: Download

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.