Installation and configuration of Ubuntu Telnet Server--ssh

Source: Internet
Author: User

SSH is a security protocol, mainly used to encrypt remote login session data to ensure the security of data transmission.

Installing SSH

sudo apt-get updatesudo apt-get install Openssh-server

To see if the installation was successful

sudo ps-e |grep ssh    //has sshd, stating that the SSH service has been started, if not started, enter "sudo service ssh start" and the return-->SSH service will start.

Modify configuration File "/etc/ssh/sshd_config"

sudo gedit/etc/ssh/sshd_configpermitrootlogin without-password "Add a" # "number, comment it out and add a" Permitrootlogin yes "to  save

View Unbuntu's IP

sudo ifconfig

Putty Connection

Run the putty--> input host's IP address, session name-Save-double-click Session name to open the connection, enter the user name and password-login succeeded.

Installation and configuration of Ubuntu Telnet Server--ssh

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.