delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
234 stars 32 forks source link

Feature/raise auth failure if publickey only #16

Closed drichert closed 12 years ago

drichert commented 12 years ago

If "publickey" is the only auth method, raise Net::SSH::AuthenticationFailed on auth failure instead of prompting for password

delano commented 12 years ago

Looks good. It'll be in the next release.

drichert commented 12 years ago

Awesome, thanks!