-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
F37 can't make ssh connection #3692
Comments
I tried local, self-referential testing, not depending on a remote with an older
"pg" is a local VPN IP address of the machine. Problem here is that, on personal systems, I run sshd on a nonstandard port. So again, it is failing to use
(It's actually a list of hosts using that port, including name and IP wildcards; abbreviated here for simplicity.)
The logfile is informative.
And so on, with the rest of failed X startup diagnostics. |
Apart from these
Considering how much code was removed or refactored in #3599, I am actually surprised it took this long for something to break! (sorry it had to fall on you)
Same cause, fixed by the same commit.
Similar cause, different fix: e43a738
Fixed in 2a62420 Unless I have missed something, this should solve all your problems. |
I'll give it another shot as soon as next *.rpm builds are available. |
5.0-10.r32356 and all seems well now. Thx. |
Upgraded a system to Fedora 37.
5.0-10.r32344.
Can't connect to a remote with ssh. Several problems to detail here.
First is that
xpra
(well...paramiko
?) is not handling.ssh/config
options right. I have been doing this for eons:xpra attach ssh://dt/73 --border=yellow,1
What's important is that, on the local system, I'm karl, but on the remote, I'm kkleinpa. Yet it fails to handle this routine
.ssh/config
detail, attempting to login as karl.The connection is correctly made to chqkkleinpa1 (see error message at end, "failed for chqkkleinpa1") but the username is wrong.
This does not occur when I add
--ssh=/usr/bin/ssh
.Second, I still get failure when connecting to that host. What's running at the remote is Centos8 with
mate-terminal
spawned under 5.0-10.r32045 that has been running since Nov 17.I promise you, what's running there is in fact
xpra
, and it was functioning fine prior to F37 upgrade with 5.0-10.r32344. Adding--debug=ssh
adds this to the log output, after "OpenGL enabled" above:Routine
ssh dt
works just fine when invoked from the shell, so I can't guess right this instant how it's getting "too many auth failures."When I don't specify
--ssh
, add kkleinpa explicitly, then I get this oddity:Well... yeah, there are multiple servers; I specified 73 for a reason.
Needless to say, this is a showstopper.
The text was updated successfully, but these errors were encountered: