Fix unkonwhost problem when cloning code from remote warehouse using SSH authentication method jgit

Source: Internet
Author: User
Tags ssh

When we use SSH authentication mode, using Jgit to pull the replacement code from the remote repository (for example, GitHub), obviously the local host's SSH public key key has been added to the Remote Repository authorization key list, but when using the SSH authentication mode in the code-pulling program has been re-reported Unknow Host problem, to solve this problem only need to change the local SSH configuration of the remote repository information and the default authentication method of SSH shut down, the specific action is, modify the ~/.ssh/config file (if not the file, create a new file), and then add the following lines in the file configuration:

Host Remote Warehouse domain name (eg:www.github.com) user username
(eg:user@test.com)
identityfile ~/.ssh/id_rsa
Stricthostkeychecking No

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.