나는이 어리석은 문제에 대해 많은 시간을 잃어 버렸습니다. 메시지가 "액세스하는 파일에 호스트가 없습니다"라는 메시지가 옳다고 생각하지만 시스템에서 know_host 파일 이상을 가질 수 있습니다 (예 : i 'mobaXterm을 사용하고 있으며 해당 루트에서 홈을 마운트하는 설치 디렉토리 내에 자체적으로 유지됩니다.)
경험이있는 경우 : 명령 줄에서 작동하지만 응용 프로그램을 구성하지 않습니다 ssh를 사용하여 원격 서버에 액세스하고 verbose -v 옵션으로 어떤 파일이 현재 사용되는지 확인하십시오.
ssh -v git@gitlab.com
OpenSSH_6.2p2, OpenSSL 1.0.1g 7 Apr 2014
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to gitlab.com [104.210.2.228] port 22.
debug1: Connection established.
debug1: identity file /home/mobaxterm/.ssh/id_rsa type 1
debug1: identity file /home/mobaxterm/.ssh/id_rsa-cert type -1
debug1: identity file /home/mobaxterm/.ssh/id_dsa type -1
debug1: identity file /home/mobaxterm/.ssh/id_dsa-cert type -1
debug1: identity file /home/mobaxterm/.ssh/id_ecdsa type -1
debug1: identity file /home/mobaxterm/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 pat OpenSSH*
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com zlib@openssh.com
debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com zlib@openssh.com
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA b6:03:0e:39:97:9e:d0:e7:24:ce:a3:77:3e:01:42:09
debug1: Host 'gitlab.com' is known and matches the RSA host key.
debug1: Found key in /home/mobaxterm/.ssh/known_hosts:19
debug1: ssh_rsa_verify: signature correct
보시다시피 키는 다음에서 발견되었습니다.
debug1: Found key in /home/mobaxterm/.ssh/known_hosts:19
C : \ Users \ my_local_user \ .ssh 내 Windows 홈이 아닌 단순히 병합하여 문제를 해결하기 위해 정렬했습니다.
이것이 미래의 누군가를 돕기를 바랍니다.