Tôi đã mất rất nhiều thời gian cho vấn đề ngu ngốc này và tôi nghĩ rằng thông báo này hoàn toàn đúng "không có máy chủ lưu trữ trong tệp tôi đang truy cập" nhưng bạn có thể có nhiều hơn một tệp know_host trên hệ thống của mình (ví dụ như tôi Tôi đang sử dụng mobaXterm và nó giữ nó trong thư mục cài đặt gắn nhà từ gốc đó).
Nếu bạn đang gặp phải: nó hoạt động từ dòng lệnh nhưng không tạo thành ứng dụng, hãy thử truy cập vào máy chủ từ xa của bạn bằng ssh và kiểm tra với tùy chọn verbose -v mà tập tin hiện đang sử dụng một ví dụ sau:
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
như bạn có thể thấy khóa được tìm thấy trong:
debug1: Found key in /home/mobaxterm/.ssh/known_hosts:19
và không có trong cửa sổ nhà của tôi dưới C: \ Users \ my_local_user \ .ssh, tôi chỉ cần hợp nhất chúng và căn chỉnh để giải quyết vấn đề.
Hy vọng điều này sẽ giúp ai đó trong tương lai