delano / rye

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

Raise Net::SSH::HostKeyMismatch #36

Closed ruyrocha closed 11 years ago

ruyrocha commented 11 years ago

Instead of waiting for user input and disable host verification

delano commented 11 years ago

Ah okay, now I see. It's undesirable to wait for user input in the case of a HostKeyMismatch. That's the same behaviour as ssh which makes sense. Thanks.

delano commented 10 years ago

I finally pushed a new release (0.9.9) with this change. Thanks again.