秘密鍵認証方式でPythonからSSH接続してみようと試みていた。
使ったライブラリーはParamiko。
サンプルコードを少し改変しても、認証のところでこんなエラーが出てお手上げ。
TypeError: from_buffer() cannot return the address of the raw string within a bytes or unicode or bytearray object
Paramikoの掲示板を調べていたら解消方法を発見。
https://github.com/paramiko/paramiko/issues/1027
Just do a
pip install paramiko -U
pip install netmiko -U
やってみた。
エラーが出なくなった。
0 件のコメント:
コメントを投稿