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 #35

Closed ruyrocha closed 11 years ago

ruyrocha commented 11 years ago

Rye keeps waiting for user input and this isn't good. Instead of waiting for user input and disable host verification (opts[:paranoid] = false), show exception message and raise Net::SSH::HostKeyMismatch.

delano commented 11 years ago

What is the actual change? It's hard to find with all the whitespace removed (which I don't mind -- should have done that already).

ruyrocha commented 11 years ago

@delano will close this pr and submit another without touching spaces