Mac SSH 经常超时断开client_loop: send disconnect: Broken pipe

发布时间 2023-07-25 21:46:57作者: Chuyio

一步到胃!

cat /etc/ssh/ssh_config

--------------------------

Host *
    SendEnv LANG LC_*
    IPQoS=throughput
    TCPKeepAlive yes
    AddKeysToAgent yes
    UseKeychain yes
    ServerAliveInterval 15
    ServerAliveCountMax 6
    StrictHostKeyChecking no
    ForwardAgent yes
    Compression yes
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa