From 95e2a9404957517061492d880ed7278700e9ad2c Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Sat, 3 Jan 2015 08:26:17 +0100 Subject: 2.9.2 rc2 - number_of_password_prompts: 0 now can be passed via capistrano to revert to 1.9.1 behaviour of not asking for password for password auth --- lib/net/ssh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/ssh.rb') diff --git a/lib/net/ssh.rb b/lib/net/ssh.rb index 9dfbcd0..bf966a0 100644 --- a/lib/net/ssh.rb +++ b/lib/net/ssh.rb @@ -68,7 +68,7 @@ module Net :rekey_blocks_limit,:rekey_limit, :rekey_packet_limit, :timeout, :verbose, :global_known_hosts_file, :user_known_hosts_file, :host_key_alias, :host_name, :user, :properties, :passphrase, :keys_only, :max_pkt_size, - :max_win_size, :send_env, :use_agent + :max_win_size, :send_env, :use_agent, :number_of_password_prompts ] # The standard means of starting a new SSH connection. When used with a -- cgit v1.2.1