Git version Management exception summary 001---COPSSH login exception after installation The authenticity of host ' 127.0.0.1 (127.0.0.1) ' can ' t be established.

Source: Internet
Author: User
Tags ssh

Git version Management exception summary 001---COPSSH login exception after installation The authenticity of host ' 127.0.0.1 (127.0.0.1) ' can ' t be established.


C:\users\administrator>ssh administrator@127.0.0.1
The authenticity of host ' 127.0.0.1 (127.0.0.1) ' can ' t be established.
ECDSA key fingerprint is e8:49:9b:17:f0:d5:99:ac:01:d8:15:e4:55:86:e4:1e.
Is you sure want to continue connecting (yes/no)? Y
Please type ' yes ' or ' no ': Yes
warning:permanently added ' 127.0.0.1 ' (ECDSA) to the list of known hosts.
Write Failed:software caused connection abort


You can see the error, right, why is that?
Actually SSH, do a check on your local machine and see if he passes
Verify that we directly, through the following configuration, let him not to verify the good:


H:\ProgramFiles\ICW\etc\ssh_config
This file, let's open:
# Proxycommand Ssh-q-W%h:%p gateway.example.com
In the end, add these two words to it.
Stricthostkeychecking No
Userknownhostsfile/dev/null


After saving this file, we are in:
Try again in CMD:
C:\users\administrator>ssh administrator@127.0.0.1
warning:permanently added ' 127.0.0.1 ' (ECDSA) to the list of known hosts.
administrator@127.0.0.1 ' s Password:


Yes, please, pay attention to the code here, enter administrator.
The password that the user corresponds to.
---------------------------

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.