View | Details | Raw Unified | Return to bug 2092 | Differences between
and this patch

Collapse All | Expand All

(-)sshd_config.5 (-1 / +2 lines)
Lines 188-194 The default is not to require multiple a Link Here
188
of a single authentication method is sufficient.
188
of a single authentication method is sufficient.
189
.It Cm AuthorizedKeysCommand
189
.It Cm AuthorizedKeysCommand
190
Specifies a program to be used to look up the user's public keys.
190
Specifies a program to be used to look up the user's public keys.
191
The program will be invoked with a single argument of the username
191
The program must be owned by root and not writable by group or others.
192
It will be invoked with a single argument of the username
192
being authenticated, and should produce on standard output zero or
193
being authenticated, and should produce on standard output zero or
193
more lines of authorized_keys output (see
194
more lines of authorized_keys output (see
194
.Sx AUTHORIZED_KEYS
195
.Sx AUTHORIZED_KEYS

Return to bug 2092