Skip to content

Commit

Permalink
the paramiko project looks unmaintained
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 8, 2024
1 parent 544a110 commit 253433d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xpra/net/ssh/paramiko_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def safe_lookup(config_obj, host:str) -> Dict[Any,Any]:
log("%s.lookup(%s)", config_obj, host, exc_info=True)
log.info(f"paramiko ssh config lookup error for host {host!r}:")
log.info(" %s: %s", type(e), e)
log.info(" the paramiko project looks unmaintained:")
log.info(" https://github.com/paramiko/paramiko/pull/2338")
return {}


Expand Down

0 comments on commit 253433d

Please sign in to comment.