summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-07-02 13:37:17 +1000
committerDamien Miller <djm@mindrot.org>2010-07-02 13:37:17 +1000
commitd59dab83536d4a539e795ff5ce2be6b952d57e24 (patch)
tree020bc5063b5e3910bd159b50734ab7f2d5dbcc27
parent6022f58e3af3fcda0d28b4d62a54429d2ef45e70 (diff)
- jmc@cvs.openbsd.org 2010/06/30 07:28:34
[sshd_config.5] tweak previous;
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.58
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ca7cfc8fe..9b214e864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
20 - jmc@cvs.openbsd.org 2010/06/30 07:26:03 20 - jmc@cvs.openbsd.org 2010/06/30 07:26:03
21 [ssh-keygen.c] 21 [ssh-keygen.c]
22 sort usage(); 22 sort usage();
23 - jmc@cvs.openbsd.org 2010/06/30 07:28:34
24 [sshd_config.5]
25 tweak previous;
23 26
2420100627 2720100627
25 - (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs 28 - (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
diff --git a/sshd_config.5 b/sshd_config.5
index 4d066eb8a..596a728f8 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.124 2010/06/29 23:16:46 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.125 2010/06/30 07:28:34 jmc Exp $
38.Dd $Mdocdate: June 29 2010 $ 38.Dd $Mdocdate: June 30 2010 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -178,11 +178,11 @@ When using certificates signed by a key listed in
178.Cm TrustedUserCAKeys , 178.Cm TrustedUserCAKeys ,
179this 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
180to be accepted for authentication. 180to be accepted for authentication.
181Names are listed one per line preceeded by key options (as described 181Names are listed one per line preceded by key options (as described
182in 182in
183.Sx AUTHORIZED_KEYS FILE FORMAT 183.Sx AUTHORIZED_KEYS FILE FORMAT
184in 184in
185.Xr sshd 8 ). 185.Xr sshd 8 ) .
186Empty lines and comments starting with 186Empty lines and comments starting with
187.Ql # 187.Ql #
188are ignored. 188are ignored.