paramiko Incompatible ssh peer (no acceptable kex algorithm)

后端 未结 7 1582
醉梦人生
醉梦人生 2020-12-29 04:10

I\'m getting the following error when trying to ssh to a Cisco ACS device using the paramiko library. I\'ve used paramiko in python without issue, and I can ssh to this box

7条回答
  •  情深已故
    2020-12-29 05:01

    I was getting the following error when trying to ssh to an Aruba device using paramiko:

    paramiko.ssh_exception.SSHException: Incompatible ssh peer (no acceptable kex algorithm)

    Doing a paramiko upgrade resolved this issue:

    sudo pip install paramiko --upgrade
    

提交回复
热议问题