# File lib/capistrano/harrow/ui/tty.rb, line 15 def prompt_password(prompt_str) `stty -echo 2>/dev/null` password = prompt(prompt_str, []) show "\n" password ensure `stty echo 2>/dev/null` end