Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh connections 'No existing session' error #3223

Closed
totaam opened this issue Jul 27, 2021 · 1 comment
Closed

ssh connections 'No existing session' error #3223

totaam opened this issue Jul 27, 2021 · 1 comment
Labels
bug Something isn't working network upstream

Comments

@totaam
Copy link
Collaborator

totaam commented Jul 27, 2021

Is caused by a paramiko bug: paramiko/paramiko#1390
I am seeing this with Fedora 34 and ssh keys added via gpg (on a yubikey).

The fix: paramiko/paramiko#1687 has been waiting for over a year 😞

The solution with xpra is to turn off agent and / or keys authentication:

xpra --env=XPRA_SSH_KEY_AUTH=0 --env=XPRA_SSH_AGENT_AUTH=0 attach ssh://host/
@totaam totaam added bug Something isn't working network upstream labels Nov 6, 2021
totaam added a commit that referenced this issue Jul 9, 2022
totaam added a commit that referenced this issue Jul 9, 2022
@totaam
Copy link
Collaborator Author

totaam commented Jul 9, 2022

Works-for-me(tm).

Just needs testing on more platforms with more ssh servers.
(Difficult to backport - probably just replace the whole ssh.py file)

@totaam totaam closed this as completed Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working network upstream
Projects
None yet
Development

No branches or pull requests

1 participant