diff options
author | 2013-01-18 07:57:47 +0000 | |
---|---|---|
committer | 2013-01-18 07:57:47 +0000 | |
commit | f24da78483c6953334d0e904a0eb2bcd10eb39d5 (patch) | |
tree | 994971413a1dcfa5c71a64c3fb72d938509d4cf8 /usr.bin/ssh/sshd_config.5 | |
parent | Clean up and rework workunit completion for RAID 0. Ensure that we remove (diff) | |
download | wireguard-openbsd-f24da78483c6953334d0e904a0eb2bcd10eb39d5.tar.xz wireguard-openbsd-f24da78483c6953334d0e904a0eb2bcd10eb39d5.zip |
tweak previous;
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 42b26773cf4..2eefb682c47 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.154 2013/01/17 23:00:01 djm Exp $ -.Dd $Mdocdate: January 17 2013 $ +.\" $OpenBSD: sshd_config.5,v 1.155 2013/01/18 08:00:49 jmc Exp $ +.Dd $Mdocdate: January 18 2013 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1001,7 +1001,7 @@ Note that if this file is not readable, then public key authentication will be refused for all users. Keys may be specified as a text file, listing one public key per line, or as an OpenSSH Key Revocation List (KRL) as generated by -.Xr ssh-keygen 1 +.Xr ssh-keygen 1 . For more information on KRLs, see the .Sx KEY REVOCATION LISTS section in |