Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Document the --forward-agent changes to the sudo environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtoddx committed Aug 13, 2014
1 parent 397a80f commit b26f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-solo/ssh_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def self.included(other)

option :forward_agent,
:long => '--forward-agent',
:description => 'Forward SSH authentication',
:description => 'Forward SSH authentication. Adds -E to sudo, override with --sudo-command.',
:boolean => true,
:default => false

Expand Down

0 comments on commit b26f1cf

Please sign in to comment.