scylladb / go-sshtools

Go SSH client wrapper and other tools
Apache License 2.0
14 stars 4 forks source link

Accept user .ssh configuration #3

Open janisz opened 4 years ago

janisz commented 4 years ago

It will be nice if go-sshtools can read .ssh config so no other configration will be needed if user already have connections configured.

rjeczalik commented 4 years ago

I wrote a package which is doing exactly that - https://github.com/glaucusio/ssh/tree/master/sshfile.

While the main ssh package is not finished yet, maybe you could be able to integrate it with this package and have some hybrid solution.