Thanks! Great example. Do you want to send me a Pijul patch?
KGIUIQYIBBUEGBOQIFYJJNZGGSPV3KERBPYTKKCOBKZZ5CHIJ24AC
Are you planing to add a higher level api, btw? I’d be glad to contribute, but it would require mentorship as I’m quite new to rust.
The goal is to keep the base library small and auditable, but I’d love to help you build something higher level on top of it, in a different crate, possibly with a binary like OpenSSH’s “ssh”. Since there is already support for agents, “ssh-agent” would be doable as well.
I can totally mentor you if you want.
Hi :) Thanks for the great lib! I haven’t found a simple example on how to run a shell command remotely. I’m not quite familiar with ssh protocol either, so I’ve just adapted your example from the docs. I’m not sure how correct it is, but at least it works :) Maybe you’d consider to add it to examples: