使用 DNS 名称而不是 IP 地址时无法使用 SSH 登录,并且 SSH 主机密钥不同

使用 DNS 名称而不是 IP 地址时无法使用 SSH 登录,并且 SSH 主机密钥不同

我刚刚重启了我的 Ubuntu 16.04 服务器,并在尝试使用 DNS 名称进行 ssh 时开始收到错误“警告:远程主机标识已更改!” 。我最初只是从 known_hosts 中删除了条目并再次尝试,但我意识到它实际上根本不接受我的密码。ssh [email protected]

使用IP 地址仍然有效,甚至我的无密码登录仍然有效。ssh [email protected]

这是 的输出nslookup myserver.lan,显示 DNS 返回了正确的地址:

Server:     192.168.1.2
Address:    192.168.1.2#53

Name:   myserver.lan
Address: 192.168.1.2

这是 ssh 的详细输出[电子邮件保护]',成功了:

OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to 192.168.1.2 [192.168.1.2] port 22.
debug1: Connection established.
debug1: identity file /Users/jimbo/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.9
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* compat 0x04000000
debug1: Authenticating to 192.168.1.2:22 as 'me'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client [email protected] <implicit> none
debug1: kex: client->server [email protected] <implicit> none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:ZOO3YXwox2kHpLokBRXzPvuUFPOrposhAgnpQCaZ5+I
The authenticity of host '192.168.1.2 (192.168.1.2)' can't be established.
ECDSA key fingerprint is SHA256:ZOO3YXwox2kHpLokBRXzPvuUFPOrposhAgnpQCaZ5+I.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.2' (ECDSA) to the list of known hosts.
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/jimbo/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: Authentication succeeded (publickey).
Authenticated to 192.168.1.2 ([192.168.1.2]:22).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = en_GB.UTF-8
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-78-generic x86_64)

这是的详细输出,它失败了,并且无法识别我的密码:ssh [email protected]

OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to myserver.lan [::1] port 22.
debug1: Connection established.
debug1: identity file /Users/jimbo/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/jimbo/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.9
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.9
debug1: match: OpenSSH_6.9 pat OpenSSH* compat 0x04000000
debug1: Authenticating to myserver.lan:22 as 'me'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client [email protected] <implicit> none
debug1: kex: client->server [email protected] <implicit> none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:WDp/1JiHcWk6Lpcgfrl+/pDbSmdFxVTZFDfVhTEqBCg
debug1: Host 'myserver.lan' is known and matches the ECDSA host key.
debug1: Found key in /Users/jimbo/.ssh/known_hosts:5
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/jimbo/.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /Users/jimbo/.ssh/id_dsa
debug1: Trying private key: /Users/jimbo/.ssh/id_ecdsa
debug1: Trying private key: /Users/jimbo/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
Password:

如您所见,返回的主机密钥不同。使用主机名与 IP 地址时期望密钥不同,这是否正确?我可以采取哪些后续步骤?

看起来 ssh 正在将主机名解析为 localhost,因为当我 ssh 到 localhost 时我得到了相同的主机密钥。

我的主机文件基本上是空的:

127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost 

host myserver.lan返回此信息。这与 IPv6 配置有关吗?

host myserver.lan
myserver.lan has address 192.168.1.2
myserver.lan has IPv6 address ::1

这是输出dig @192.168.1.2 myserver.lan

; <<>> DiG 9.8.3-P1 <<>> @192.168.1.2 myserver.lan
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32577
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;myserver.lan.          IN  A

;; ANSWER SECTION:
myserver.lan.       604800  IN  A   192.168.1.2

;; AUTHORITY SECTION:
myserver.lan.       604800  IN  NS  ns.myserver.lan.

;; ADDITIONAL SECTION:
ns.myserver.lan.    604800  IN  A   192.168.1.2

;; Query time: 21 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Sun May 21 13:34:41 2017
;; MSG SIZE  rcvd: 79

以及服务器上的绑定配置文件:

;
; BIND data file for myserver

$TTL    604800
@       IN      SOA     myserver.lan. root.myserver.lan. (
                              3         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
        IN      A       192.168.1.2
;
@       IN      NS      ns.myserver.lan.
@       IN      A       192.168.1.2
@       IN      AAAA    ::1
ns      IN      A       192.168.1.2

PS 我有一台装有 cygwin 的 Windows 笔记本电脑,仍然可以使用主机名登录服务器。只有我的 Mac 似乎受到影响。

答案1

该问题是由不正确的 DNS 配置引起的。ssh 客户端使用 IPv6,并且“myserver.lan”被解析为 [::1] 。您需要从区域配置文件中删除 AAAA ::1 记录并重新启动命名。

相关内容