Skip to content

Commit

Permalink
remote_user option is valid, used in proxy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Scheirlinck committed Sep 3, 2015
1 parent 83a98cf commit 97300f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ssh.rb
Expand Up @@ -62,7 +62,7 @@ module SSH
# Net::SSH.start for a description of each option.
VALID_OPTIONS = [
:auth_methods, :bind_address, :compression, :compression_level, :config,
:encryption, :forward_agent, :hmac, :host_key,
:encryption, :forward_agent, :hmac, :host_key, :remote_user,
:keepalive, :keepalive_interval, :keepalive_maxcount, :kex, :keys, :key_data,
:languages, :logger, :paranoid, :password, :port, :proxy,
:rekey_blocks_limit,:rekey_limit, :rekey_packet_limit, :timeout, :verbose,
Expand Down

0 comments on commit 97300f6

Please sign in to comment.