luckfox pico rv1106设备连接电脑使用172.32.0.93无法连接
Posted: 2025-08-22 5:08
我配置本机网路为示例中的172.32.0.100,可以ping通172.32.0.93,但是ssh无法链接,使用如下命令测试提示:nc -vz 172.32.0.93 22 Connection to 172.32.0.93 port 22 [tcp/ssh] succeeded!但是使用 ssh -vvv [email protected]连接提示如下信息
Code: Select all
使用输出如下 :OpenSSH_9.9p2, LibreSSL 3.3.6 debug1: Reading configuration data /Users/macredstar/.ssh/config debug3: /Users/macredstar/.ssh/config line 1: Including file /Users/macredstar/.orbstack/ssh/config depth 0 debug1: Reading configuration data /Users/macredstar/.orbstack/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 * debug2: resolve_canonicalize: hostname 172.32.0.93 is address debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/macredstar/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/macredstar/.ssh/known_hosts2' debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to 172.32.0.93 [172.32.0.93] port 22. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug1: Connection established. debug1: identity file /Users/macredstar/.ssh/id_rsa type -1 debug1: identity file /Users/macredstar/.ssh/id_rsa-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_ecdsa type -1 debug1: identity file /Users/macredstar/.ssh/id_ecdsa-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_ecdsa_sk type -1 debug1: identity file /Users/macredstar/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_ed25519 type 3 debug1: identity file /Users/macredstar/.ssh/id_ed25519-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_ed25519_sk type -1 debug1: identity file /Users/macredstar/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_xmss type -1 debug1: identity file /Users/macredstar/.ssh/id_xmss-cert type -1 debug1: identity file /Users/macredstar/.ssh/id_dsa type -1 debug1: identity file /Users/macredstar/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.9 kex_exchange_identification: Connection closed by remote host Connection closed by 172.32.0.93 port 22