delano / rye

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

Propagate original HostKeyMismatch exception #39

Closed mzahir closed 11 years ago

mzahir commented 11 years ago

Currently the HostKeyMismatch exception does not contain the details (host, port, etc.) since the original exception is not propagated. This fix re-raises the same exception after ringing the bell.

delano commented 11 years ago

Thanks. It'll be in the next release.