开启增强模式之后,ssh一个域名会返回错误,猜测和增强模式下DNS解析存在关联,有办法解决或缓解这个问题吗?(Surge Version 4.11.0 (2007),macOS 12.6.3)
> ssh ubuntu@<DOMAIN> -i ~/.ssh/id_rsa -vvv
OpenSSH_8.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/<USERS>/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/<USERS>/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/<USERS>/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to <DOMAIN> port 22.
debug1: Connection established.
debug1: identity file /Users/<USERS>/.ssh/id_rsa type 0
debug1: identity file /Users/<USERS>/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.6
kex_exchange_identification: Connection closed by remote host
Connection closed by 198.18.1.72 port 22