# File lib/hammer_cli_foreman/host.rb, line 58
    def self.ask_password
      prompt = "Enter the root password for the host: "
      ask(prompt) {|q| q.echo = false}
    end