Class Chef::Knife::Ssh
In: lib/chef/knife/ssh.rb
Parent: Knife

Methods

Included Modules

Chef::Mixin::ShellOut

Attributes

password  [W] 

Public Instance methods

Present the prompt and read a single line from the console. It also detects ^D and returns "exit" in that case. Adds the input to the history, unless the input is empty. Loops repeatedly until a non-empty line is input.

[Validate]