summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.515
1 files changed, 12 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index acaf809db..4d066eb8a 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.123 2010/06/22 04:22:59 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.124 2010/06/29 23:16:46 djm Exp $
38.Dd $Mdocdate: June 22 2010 $ 38.Dd $Mdocdate: June 29 2010 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -155,6 +155,10 @@ for more information on patterns.
155.It Cm AuthorizedKeysFile 155.It Cm AuthorizedKeysFile
156Specifies the file that contains the public keys that can be used 156Specifies the file that contains the public keys that can be used
157for user authentication. 157for user authentication.
158The format is described in the
159.Sx AUTHORIZED_KEYS FILE FORMAT
160section of
161.Xr sshd 8 .
158.Cm AuthorizedKeysFile 162.Cm AuthorizedKeysFile
159may contain tokens of the form %T which are substituted during connection 163may contain tokens of the form %T which are substituted during connection
160setup. 164setup.
@@ -174,7 +178,12 @@ When using certificates signed by a key listed in
174.Cm TrustedUserCAKeys , 178.Cm TrustedUserCAKeys ,
175this file lists names, one of which must appear in the certificate for it 179this file lists names, one of which must appear in the certificate for it
176to be accepted for authentication. 180to be accepted for authentication.
177Names are listed one per line; empty lines and comments starting with 181Names are listed one per line preceeded by key options (as described
182in
183.Sx AUTHORIZED_KEYS FILE FORMAT
184in
185.Xr sshd 8 ).
186Empty lines and comments starting with
178.Ql # 187.Ql #
179are ignored. 188are ignored.
180.Pp 189.Pp