Package: python-x2go Version: 0.4.0.9
Whenever a host key is registered using pyhoca-cli or pyhoca-gui, the $HOME/.ssh/known_hosts file gets clobbered: all keys whose type is not either ssh-dss or ssh-rsa (namely, ECDSA and Ed25519 host keys) are removed.
Steps to reproduce:
Expected behaviour: there should _only_ be an addition for the new ssh host key registered by python-x2go and no other modification
Actual result: there is an addition for the new host key registered by python-x2go and removals for all ecdsa and ed25519 host keys
I suspect this is a problem with paramiko not understanding ECDSA and Ed25519 keys in known_hosts and summarily discarding them, nevertheless I'm raising the bug here because the x2go PPA for Ubuntu ships a custom version of paramiko for precise (also because it should probably be noted in the release notes and/or worked around in python-x2go if possible).
Client OS Version: Ubuntu 12.04.5 (amd64) Package source: ppa:x2go/stable PyHoca-GUI Version: 0.4.0.9 (0.4.0.9-0~1107~ubuntu12.04.1) python-x2go Version: 0.4.0.9 (0.4.0.9-0~1122~ubuntu12.04.1) python-paramiko Version: 1.11.0-0~664~precise1 (from ppa:x2go/stable)
Matteo Panella