Hacker News new | ask | show | jobs
by sgarland 1131 days ago
Are you open to a single dependency [0]? Entirely native tooling is an admirable thing that I greatly appreciate, but parsing subprocess output is fraught with issues (I know, I've done this as well).

[0]: https://github.com/ParallelSSH/ssh-python

1 comments

I’ve used paramiko for this also: https://www.paramiko.org/.