Skip to content

Commit

Permalink
FL-552: documentation for --confhost
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Jun 28, 2014
1 parent e4754b3 commit 6c5b237
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion keychain.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keychain - re-use ssh-agent and/or gpg-agent between logins

=head1 SYNOPSIS

S<keychain [ -hkQqV ] [ --clear --help --ignore-missing --noask>
S<keychain [ -hkQqV ] [ --clear --confhost --help --ignore-missing --noask>
S<--nocolor --nogui --nolock --quick --quiet --version ]>
S<[ --agents I<list> ] [ --attempts I<num> ] [ --dir I<dirname> ]>
S<[ --host I<name> ] [ --lockwait I<seconds> ]>
Expand Down Expand Up @@ -58,6 +58,13 @@ that you are an intruder until proven otherwise. However, while this
option increases security, it still allows your cron jobs to use your
ssh keys when you're logged out.

=item B<--confhost>

By default, keychain will look for key pairs in the ~/.ssh/ directory.
The --confhost option will inform keychain to look in ~/.ssh/config
for IdentityFile settings defined for particular hosts, and use these
paths to locate keys.

=item B<--confirm>

Keys are subject to interactive confirmation by the SSH_ASKPASS
Expand Down

0 comments on commit 6c5b237

Please sign in to comment.