Troubleshoot SSH logins in Linux warning:permanently added (RSA) to the list of known hosts

Source: Internet
Author: User

Copying files from remote to local

# SCP SCP [email Protected]:/root/zbdata/api-148.log-2014090412.bz2/root/zbdata

Reported Warning:permanently added (RSA) to the list of known hosts error

Reason: When executing the SCP , the known_hosts file is not generated under the/root/.ssh of this machine .

Solution:
# Vi/etc/ssh/ssh_config
The last two lines are
Stricthostkeychecking No
Userknownhostsfile/dev/null
Comment out these two lines and save the file
Execute SCP SCP again [email protected]:/root/zbdata/api-148.log-2014090412.bz2/root/zbdata
Prompt appears

Theauthenticity of Host ' 10.1.11.210 (10.1.11.210) ' can ' t be established.
Rsakey fingerprint is a0:09:89:d2:3b:aa:91:60:59:7f:7f:bc:03:31:b0:09.
Areyou sure want to continue connecting (yes/no)?

After you enter Yes, you can see that the known_hosts file was generated in the/ROOT/.SSH directory:


[Email protected].ssh]# ls
Id_rsa id_rsa.pub known_hosts

Troubleshoot SSH logins in Linux warning:permanently added (RSA) to the list of known hosts

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.