Add multiple -o options
This adds the ability to use more then 1 -o option on your ssh line, like
csshi -o ServerAliveInterval=300 -o GSSAPIAuthentication=no
I also added a project.toml, since my black formatting changed up your spacing. Feel free to tweak that as needed
Hi George!
Great stuff. For some reason I thought ssh could take multiple options in a single '-o', but indeed it does not. I've cherry picked the code commit, and edited the associated debug output. Our house linter forces an "All Defaults All Day" policy, so I've re-applied the no-options black formatting :)
Update is on the main branch if you want to test it out. I'll cut a new homebrew release in a bit.
Can you add a project.toml then with some defaults? To override anything that the user (like me :) might have set in their env? That 80 character limit just seems silly to me, but I do understand, it's the default
Join us in our 88 character paradise!