V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
frank1256
V2EX  ›  程序员

mac ssh 远程 报错额

  •  
  •   frank1256 · Aug 3, 2022 · 4716 views
    This topic created in 1366 days ago, the information mentioned may be changed or developed.

    啥都没看出来额。。

    (base) zero@ZerodeMacBook-Pro .ssh % ssh zero@localhost -v
    OpenSSH_8.6p1, LibreSSL 2.8.3
    debug1: Reading configuration data /Users/zero/.ssh/config
    debug1: /Users/zero/.ssh/config line 33: Applying options for *
    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 *
    debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
    debug1: Connecting to localhost port 22.
    debug1: Connection established.
    debug1: identity file /Users/zero/.ssh/id_rsa type 0
    debug1: identity file /Users/zero/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_dsa type -1
    debug1: identity file /Users/zero/.ssh/id_dsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa_sk type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa_sk-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519 type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519_sk type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519_sk-cert type -1
    debug1: identity file /Users/zero/.ssh/id_xmss type -1
    debug1: identity file /Users/zero/.ssh/id_xmss-cert type -1
    debug1: Local version string SSH-2.0-OpenSSH_8.6
    kex_exchange_identification: read: Connection reset by peer
    Connection reset by ::1 port 22
    (base) zero@ZerodeMacBook-Pro 
    
    15 replies    2023-09-26 09:15:28 +08:00
    darkengine
        1
    darkengine  
       Aug 3, 2022
    debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
    debug1: Connecting to localhost port 22.

    SSH_SK_PROVIDER 没找到,连本机去了啊
    ZeroClover
        2
    ZeroClover  
       Aug 3, 2022
    以前遇到过,把 macOS 的 Remote Login 关闭再打开就好了
    wjfz
        3
    wjfz  
       Aug 3, 2022
    我上次遇到 kex_exchange_identification 的时候是域名解析错误,所以你看看 /etc/hosts 中是不是没有配置
    127.0.0.1 localhost
    frank1256
        4
    frank1256  
    OP
       Aug 3, 2022
    @wjfz 有的
    frank1256
        5
    frank1256  
    OP
       Aug 3, 2022
    @darkengine 我就是要连本机测试一下,其他机器来连,一样的错
    frank1256
        6
    frank1256  
    OP
       Aug 3, 2022
    @ZeroClover 重开过了
    tairan2006
        7
    tairan2006  
       Aug 3, 2022
    你试试用 OpenSSH 生成一个新 key…可能是 ssh 版本和你用的 key 有一些不太兼容。
    kdsland
        8
    kdsland  
       Aug 3, 2022
    检查下 config 文件内容有没有错
    xmai
        9
    xmai  
       Aug 3, 2022
    您可以尝试使用 `-vvv` ,比如 ssh zero@localhost -vvv ,可以现实更详细的输出。
    frank1256
        10
    frank1256  
    OP
       Aug 3, 2022
    @xmai 额,(base) zero@ZerodeMacBook-Pro ~ % ssh root@localhost -vvv
    OpenSSH_8.6p1, LibreSSL 2.8.3
    debug1: Reading configuration data /Users/zero/.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/zero/.ssh/known_hosts'
    debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/zero/.ssh/known_hosts2'
    debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
    debug1: Connecting to localhost port 22.
    debug1: Connection established.
    debug1: identity file /Users/zero/.ssh/id_rsa type 0
    debug1: identity file /Users/zero/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_dsa type -1
    debug1: identity file /Users/zero/.ssh/id_dsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa_sk type -1
    debug1: identity file /Users/zero/.ssh/id_ecdsa_sk-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519 type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519-cert type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519_sk type -1
    debug1: identity file /Users/zero/.ssh/id_ed25519_sk-cert type -1
    debug1: identity file /Users/zero/.ssh/id_xmss type -1
    debug1: identity file /Users/zero/.ssh/id_xmss-cert type -1
    debug1: Local version string SSH-2.0-OpenSSH_8.6
    kex_exchange_identification: read: Connection reset by peer
    Connection reset by ::1 port 22
    frank1256
        11
    frank1256  
    OP
       Aug 3, 2022
    @tairan2006 我不要密钥额,单纯的想输入账号密码登录的
    yaoyaomoe
        12
    yaoyaomoe  
       Aug 3, 2022
    看下 hostdeny 和 hostallow 以及防火墙
    可以的话
    试一下
    /usr/sbin/sshd -ddd -p 1022
    ssh -vvv localhost -p1022
    abbottcn
        13
    abbottcn  
       Aug 3, 2022 via iPhone
    我之前遇到类似的……
    找到 ssh agent ,干掉之后,就可以了。
    原因不明。

    是否有效,仅供参考。
    leek120303
        14
    leek120303  
       Aug 4, 2022
    config 删了重新来呢?
    xbird
        15
    xbird  
       Sep 26, 2023
    楼主解决了吗?我也遇到了。。。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   824 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 66ms · UTC 20:19 · PVG 04:19 · LAX 13:19 · JFK 16:19
    ♥ Do have faith in what you're doing.