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

Paramiko client error if display is not specified #3697

Closed
aneesh2312 opened this issue Nov 29, 2022 · 1 comment
Closed

Paramiko client error if display is not specified #3697

aneesh2312 opened this issue Nov 29, 2022 · 1 comment
Labels
bug Something isn't working client

Comments

@aneesh2312
Copy link
Contributor

Describe the bug
If the display number is not specified when using paramiko client for SSH, we run into a type conversion error (connection failed: 'NoneType' object has no attribute 'replace').

To Reproduce
Steps to reproduce the behavior:

  1. xpra start (on server)
  2. xpra_cmd attach ssh:ubuntu@ --ssh=paramiko:auth=key

System Information (please complete the following information):

  • Server OS: Linux (ubuntu)
  • Client OS: Windows 10
  • Xpra Server Version 4.4.3
  • Xpra Client Version 4.4.3

Additional context
Seems to be from e43a738

@aneesh2312 aneesh2312 added the bug Something isn't working label Nov 29, 2022
@totaam totaam closed this as completed Nov 30, 2022
@totaam totaam changed the title Paramiko client on Windows does not work if display is not specified Paramiko client error if display is not specified Nov 30, 2022
@totaam
Copy link
Collaborator

totaam commented Nov 30, 2022

PR merged, thanks.

Another bug caused by #3599 - not entirely surprising either.

@totaam totaam closed this as completed Nov 30, 2022
@totaam totaam added the client label Nov 30, 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 client
Projects
None yet
Development

No branches or pull requests

2 participants