我正在使用python 2.7和paramiko 1.16
在尝试使用SSH到el capitan时,paramiko会抛出异常no acceptable kex algorithm
。我尝试在sshd_config中设置kex,cyphers,但由于某些原因无法重新启动sshd。我尝试了一些客户端修复,但升级paramiko并没有解决问题。
答案 0 :(得分:0)
通过将以下cipher / mac / kex设置放到sushi_config来解决另一个堆栈溢出问题: 密码aes256-gcm @ openssh.com,aes128-gcm @ openssh.com,aes256-ctr,aes128-ctr MACs hmac-sha2-512-etm @ openssh.com,hmac-sha2-256-etm @ openssh.com,umac-128-etm @ openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160 ,HMAC-SHA1 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1