Hello everyone,
I am getting a new error with pyhoca-cli:
paramiko.hostkeys.InvalidHostKey: ('192.168.0.127 ssh-rsa AABgQC7ZFjl2e+zxzL4wHBeHnntE5fno0AoGJJbI4IHmRbMmsM88bq9FLQlZ/UMAAAAB3NzaC1yc2EAAAADAQABAA96lmxTgFLEBJWMD+Ye+3UMJlfrsYCkSAj3192.168.0.195 ssh-ed25519 AAAAC3NzaCDW/dw1lZDI1NTE5AAAAIHRAkIk0Yfsf1H/0i5xizVZ+UogtQ62ze0zeOnW', Error('Invalid base64-encoded string: number of data characters (133) cannot be 1 more than a multiple of 4'))
(I have mangled the key information in the error message above).
I can ssh to the server and can use x2goclient without any problem.
Strangely, I get a similar error with xpra.
It seems to me that something has changed in a python library with a recent upgrade (since both pyhoca-cli and xpra worked without any problems earlier). But I can't seem to figure out what it is.
Would appreciate help.
V.
Hello,
I am getting a new error with pyhoca-cli:
paramiko.hostkeys.InvalidHostKey: ('192.168.0.127 ssh-rsa AABgQC7ZFjl2e+zxzL4wHBeHnntE5fno0AoGJJbI4IHmRbMmsM88bq9FLQlZ/UMAAAAB3NzaC1yc2EAAAADAQABAA96lmxTgFLEBJWMD+Ye+3UMJlfrsYCkSAj3192.168.0.195 ssh-ed25519 AAAAC3NzaCDW/dw1lZDI1NTE5AAAAIHRAkIk0Yfsf1H/0i5xizVZ+UogtQ62ze0zeOnW', Error('Invalid base64-encoded string: number of data characters (133) cannot be 1 more than a multiple of 4')) Maybe try to start pyhoca-cli with "--add-to-known-hosts" parameter or move ~/.ssh/known_hosts ( just for test ) away. mv ~/.ssh/known_hosts ~/.ssh/known_hosts-
date -I
I can ssh to the server and can use x2goclient without any problem.Strangely, I get a similar error with xpra.
It seems to me that something has changed in a python library with a recent upgrade (since both pyhoca-cli and xpra worked without any problems earlier). But I can't seem to figure out what it is. Can you please provide more information about your systems and updates? Distribution of x2goserver: Debian 11, RHEL 9 ? SSH-version on x2goserver: 1:8.4p1-5+deb11u1 ? Distribution of pyhoca-cli:
On Sat, Oct 08, 2022 at 11:01:32AM +0530, Vikas Rawal wrote: paramiko version on pyhoca-cli client: 2.7.2-1 ? Which recent upgrade did you mean? from which software in which version to which new version?
Best Regards, Juri Grabowski