gansbrest / hodor

Small utility to streamline dev process with Docker on OS X (Boot2Docker/Docker Machine) and Linux
MIT License
154 stars 11 forks source link

Trigger a pseudo tty ssh connection to prevent visibility of password #6

Closed mattsoutherden closed 10 years ago

gansbrest commented 10 years ago

Great, thanks! Maybe we should keep clean command though ( with some comment adjustment ), just to wipe out previous stuff (sort of mental switch) ?

mattsoutherden commented 10 years ago

Not sure I totally understood what you mean. How about this:

https://github.com/mattsoutherden/hodor/compare/pseudo-tty?expand=1

gansbrest commented 10 years ago

Thank you! As for you separating common options into DEFAULT_SSH_OPTIONS, that might be a good idea, but I didn't notice how you join that array into a string later on? And I don't think we need ssh_boot2docker method.

mattsoutherden commented 10 years ago

Ah, I see what you mean now. :)