Python Fabric run command returns “binascii.Error: Incorrect padding”

后端 未结 3 1489
迷失自我
迷失自我 2021-01-16 07:11

I\'m trying to connect to connect to amazon EC2 via fabric using the script below. But I\'m met with a problem that I\'m not sure how to solve it.

import os
         


        
3条回答
  •  抹茶落季
    2021-01-16 07:18

    Look at your ~/.ssh/known_hosts file. It may contain lines with duplicate entries or be corrupted in some other way.

提交回复
热议问题