- OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2012/10/31 08:04:50 [sshd_config.5] tweak previous;
This commit is contained in:
parent
09d3e12512
commit
f33580eed0
|
@ -1,3 +1,9 @@
|
||||||
|
20121104
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- jmc@cvs.openbsd.org 2012/10/31 08:04:50
|
||||||
|
[sshd_config.5]
|
||||||
|
tweak previous;
|
||||||
|
|
||||||
20121030
|
20121030
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2012/10/05 12:34:39
|
- markus@cvs.openbsd.org 2012/10/05 12:34:39
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.146 2012/10/30 21:29:55 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.147 2012/10/31 08:04:50 jmc Exp $
|
||||||
.Dd $Mdocdate: October 30 2012 $
|
.Dd $Mdocdate: October 31 2012 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -152,11 +152,13 @@ in
|
||||||
.Xr ssh_config 5
|
.Xr ssh_config 5
|
||||||
for more information on patterns.
|
for more information on patterns.
|
||||||
.It Cm AuthorizedKeysCommand
|
.It Cm AuthorizedKeysCommand
|
||||||
Specifies a program to be used for lookup of the user's public keys.
|
Specifies a program to be used to look up the user's public keys.
|
||||||
The program will be invoked with a single argument of the username
|
The program will be invoked with a single argument of the username
|
||||||
being authenticated, and should produce on standard output zero or
|
being authenticated, and should produce on standard output zero or
|
||||||
more lines of authorized_keys output (see AUTHORIZED_KEYS in
|
more lines of authorized_keys output (see
|
||||||
.Xr sshd 8 )
|
.Sx AUTHORIZED_KEYS
|
||||||
|
in
|
||||||
|
.Xr sshd 8 ) .
|
||||||
If a key supplied by AuthorizedKeysCommand does not successfully authenticate
|
If a key supplied by AuthorizedKeysCommand does not successfully authenticate
|
||||||
and authorize the user then public key authentication continues using the usual
|
and authorize the user then public key authentication continues using the usual
|
||||||
.Cm AuthorizedKeysFile
|
.Cm AuthorizedKeysFile
|
||||||
|
@ -727,9 +729,9 @@ Available keywords are
|
||||||
.Cm AllowGroups ,
|
.Cm AllowGroups ,
|
||||||
.Cm AllowTcpForwarding ,
|
.Cm AllowTcpForwarding ,
|
||||||
.Cm AllowUsers ,
|
.Cm AllowUsers ,
|
||||||
.Cm AuthorizedKeysFile ,
|
|
||||||
.Cm AuthorizedKeysCommand ,
|
.Cm AuthorizedKeysCommand ,
|
||||||
.Cm AuthorizedKeysCommandUser ,
|
.Cm AuthorizedKeysCommandUser ,
|
||||||
|
.Cm AuthorizedKeysFile ,
|
||||||
.Cm AuthorizedPrincipalsFile ,
|
.Cm AuthorizedPrincipalsFile ,
|
||||||
.Cm Banner ,
|
.Cm Banner ,
|
||||||
.Cm ChrootDirectory ,
|
.Cm ChrootDirectory ,
|
||||||
|
|
Loading…
Reference in New Issue