Linux under SSH key key login remote server settings

Source: Internet
Author: User
Tags ssh server

The local user name needs to be the same as the user name of the SSH server

1. Load the private key file on the server
Ssh-add Wang_rsa

2, if the system prompt: Could not open a connection to your authentication agent
Ssh-agent Bash
And then perform the above Ssh-add Wang_rsa

3. Permissions settings for directories and files
The permissions for the. SSH directory must be 700, and the permissions for the private key of the local computer must be set to 600
chmod Wang_rsa
Otherwise, the SSH server will deny login

If the attempt to execute cannot be loaded

Ssh-agent >env.sh 2>&1

chmod +x. Env.ssh
. ./env.sh

Setting the environment variables for Ssh-add

Linux under SSH key key login remote server settings

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.