|
Fix ssh_exec: is_closing() → is_closed() (asyncssh API)
SSHClientConnection has no is_closing() — that's asyncio Transport. The correct public method is is_closed(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|---|
|
|
| navi/tools/ssh_exec.py |
|---|