Multiple websites use different SSH keys to log on (ZZ)

Source: Internet
Author: User
Multiple websites use different SSH keys to log on 1. Create a different SSH key,-t specifies the encryption method, RSA or dsa;-c comment;-f Specifies the file name www.2cto.com ssh-keygen-t dsa-c "Email.xxx"-F ~/.ssh/xxx The above command generates the XXX key pair under ~/.ssh/2. Edit the ~/.ssh/config file, configure the format example: Host github.com www.github.com identityfile ~/.ssh/code_githubhost bitbucket.org www.bitbucket.org identityfile ~/.ssh/code_bitbucket View man ssh_config There are more parameter descriptions 3. Add the contents of the Xxx.pub public key file to the ~/.ssh/authorized_keys file that you want to automatically log on to the server under the specified user 4. When you use SSH to log in to your website, you automatically determine which key authentication is used.

Multiple websites use different SSH keys to log on (ZZ)

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.