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>
1 parent da71d96 commit 5d53f0c2dd97f093d78ef0fea19b11739494c19f
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 10 Apr
Showing 1 changed file
View
navi/tools/ssh_exec.py