美文网首页
关于ssh连接 提示server responed "algor

关于ssh连接 提示server responed "algor

作者: Echoooo_o | 来源:发表于2019-05-22 14:17 被阅读0次

    1.sudo vim /etc/ssh/sshd_config


    添加下面的三条

    Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc

    MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96

    KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org

    2.sudo /etc/init.d/ssh restart

    然后就可以用SSH连接工具发文件了

    相关文章

      网友评论

          本文标题:关于ssh连接 提示server responed "algor

          本文链接:https://www.haomeiwen.com/subject/xvzyzqtx.html