public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xpra server on gentoo? Any gotchas?
@ 2024-09-13  9:16 n952162
  2024-09-14  9:11 ` Michael
  0 siblings, 1 reply; 4+ messages in thread
From: n952162 @ 2024-09-13  9:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

Hello all,

when I run an xpra server on a gentoo box and attach via a client  on a
nixos box, I get the following:

    /: Permission denied (publickey,password,keyboard-interactive)./
    /2024-09-13 11:04:03,232 Error: failed to receive anything, not an
    xpra server?/
    /2024-09-13 11:04:03,233   could also be the wrong protocol,
    username, password or port/
    /2024-09-13 11:04:03,233   or the session was not found/
    /2024-09-13 11:04:03,233 Connection failed/

"PasswordAuthentication yes" is left commented out in
/etc/ssh/sshd_config, i.e. is the default.

Anyone experience this?


[-- Attachment #2: Type: text/html, Size: 969 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] xpra server on gentoo? Any gotchas?
@ 2024-09-13 11:31 n952162
  0 siblings, 0 replies; 4+ messages in thread
From: n952162 @ 2024-09-13 11:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hello all,

when I run an xpra server on a gentoo box and attach via a client is on
a nixos box), I get the following:

    /: Permission denied (publickey,password,keyboard-interactive)./
    /2024-09-13 11:04:03,232 Error: failed to receive anything, not an
    xpra server?/
    /2024-09-13 11:04:03,233   could also be the wrong protocol,
    username, password or port/
    /2024-09-13 11:04:03,233   or the session was not found/
    /2024-09-13 11:04:03,233 Connection failed/

"PasswordAuthentication yes" is left commented out in
/etc/ssh/sshd_config, i.e. is the default.

Anyone experience this?


[-- Attachment #2: Type: text/html, Size: 969 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] xpra server on gentoo? Any gotchas?
@ 2024-09-14  7:57 n952162
  0 siblings, 0 replies; 4+ messages in thread
From: n952162 @ 2024-09-14  7:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

Hello all,

when I run an xpra server on a gentoo box and attach via a client  on a
nixos box, I get the following:

    /: Permission denied (publickey,password,keyboard-interactive)./
    /2024-09-13 11:04:03,232 Error: failed to receive anything, not an
    xpra server?/
    /2024-09-13 11:04:03,233   could also be the wrong protocol,
    username, password or port/
    /2024-09-13 11:04:03,233   or the session was not found/
    /2024-09-13 11:04:03,233 Connection failed/

"PasswordAuthentication yes" is left commented out in
/etc/ssh/sshd_config, i.e. is the default.

Anyone experience this?


[-- Attachment #2: Type: text/html, Size: 967 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] xpra server on gentoo? Any gotchas?
  2024-09-13  9:16 n952162
@ 2024-09-14  9:11 ` Michael
  0 siblings, 0 replies; 4+ messages in thread
From: Michael @ 2024-09-14  9:11 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1355 bytes --]

On Friday 13 September 2024 10:16:14 BST n952162 wrote:
> Hello all,
> 
> when I run an xpra server on a gentoo box and attach via a client  on a
> nixos box, I get the following:
> 
>     /: Permission denied (publickey,password,keyboard-interactive)./
>     /2024-09-13 11:04:03,232 Error: failed to receive anything, not an
>     xpra server?/
>     /2024-09-13 11:04:03,233   could also be the wrong protocol,
>     username, password or port/
>     /2024-09-13 11:04:03,233   or the session was not found/
>     /2024-09-13 11:04:03,233 Connection failed/
> 
> "PasswordAuthentication yes" is left commented out in
> /etc/ssh/sshd_config, i.e. is the default.
> 
> Anyone experience this?

I don't use Xpra to know its intricacies, but the error message is giving you 
a hint.  Some quick things to check for:

Is there a listening port on the server box as you have specified?

Is Xpra running on the server?

Are you binding the correct address, or all addresses, e.g.:

xpra start --bind-ssh=0.0.0.0:22222 --start=some_app

Can the user running the Xpra server access the private key?  You can set 
IdentityFile, or make sure the user can access ~/.ssh/.

Is there a firewall blocking access?

And finally, increase verbosity and then check what the logs reveal on both 
ends of the connection, other than the no response message you posted.

HTH.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-14  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14  7:57 [gentoo-user] xpra server on gentoo? Any gotchas? n952162
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13 11:31 n952162
2024-09-13  9:16 n952162
2024-09-14  9:11 ` Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox