summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-01-20 22:33:44 +1100
committerDamien Miller <djm@mindrot.org>2013-01-20 22:33:44 +1100
commit72abeb709ee835088d9151629de8d29a9f2529c3 (patch)
tree6945b940f297c3f07d8571b4f60ef74a0220a18d
parent3d6d68b1e14e78bd0e50e896c99e6a72e1ef7e89 (diff)
- jmc@cvs.openbsd.org 2013/01/18 08:00:49
[sshd_config.5] tweak previous;
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.56
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index be9d50060..cc5c7f010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
9 - jmc@cvs.openbsd.org 2013/01/18 07:59:46 9 - jmc@cvs.openbsd.org 2013/01/18 07:59:46
10 [ssh-keygen.c] 10 [ssh-keygen.c]
11 -u before -V in usage(); 11 -u before -V in usage();
12 - jmc@cvs.openbsd.org 2013/01/18 08:00:49
13 [sshd_config.5]
14 tweak previous;
12 15
1320130118 1620130118
14 - (djm) OpenBSD CVS Sync 17 - (djm) OpenBSD CVS Sync
diff --git a/sshd_config.5 b/sshd_config.5
index c8b814da6..d2913c33f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.154 2013/01/17 23:00:01 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.155 2013/01/18 08:00:49 jmc Exp $
37.Dd $Mdocdate: January 17 2013 $ 37.Dd $Mdocdate: January 18 2013 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1000,7 +1000,7 @@ Note that if this file is not readable, then public key authentication will
1000be refused for all users. 1000be refused for all users.
1001Keys may be specified as a text file, listing one public key per line, or as 1001Keys may be specified as a text file, listing one public key per line, or as
1002an OpenSSH Key Revocation List (KRL) as generated by 1002an OpenSSH Key Revocation List (KRL) as generated by
1003.Xr ssh-keygen 1 1003.Xr ssh-keygen 1 .
1004For more information on KRLs, see the 1004For more information on KRLs, see the
1005.Sx KEY REVOCATION LISTS 1005.Sx KEY REVOCATION LISTS
1006section in 1006section in