SSH settings alias access to remote server

Source: Internet
Author: User

The general command to access the remote server using SSH is: SSH [email protected] address,
For example: SSH [email protected], then enter a password to access.

Take Mac OS for example, other operating systems, depending on the directory to find their own

Settings are as follows:

Use to cd ~/.ssh/ enter the SSH directory, you will see a config, known_hosts two files, generally not set, there will only be known_hosts, you can use the touch config command to create a config file.

Using vim to edit the config file, add the following:

1xx.1xx.1xx.67yes

which
1, Host behind is the name, in the future can be accessed according to this name;
2, hostname is your host IP address;
3, user is the host login username;
4, identitiesonly yes inherent configuration;

Setup complete, late words use: ssh jhd then enter the password, you can log on to the remote host!

SSH settings alias access to remote server

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.