diff options
author | 2001-01-19 16:48:14 +0000 | |
---|---|---|
committer | 2001-01-19 16:48:14 +0000 | |
commit | 034bce61f1ad2a5c40c912dc64af6748d83e03b7 (patch) | |
tree | 4dc5c8a26b520a300dbfe226b9fe9fc0b1b68239 | |
parent | move ssh1 definitions to ssh1.h, pathnames to pathnames.h (diff) | |
download | wireguard-openbsd-034bce61f1ad2a5c40c912dc64af6748d83e03b7.tar.xz wireguard-openbsd-034bce61f1ad2a5c40c912dc64af6748d83e03b7.zip |
fix typo; from stevesk@
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 415d960a1fe..9734c397ebd 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (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.8,v 1.82 2001/01/18 16:20:22 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.83 2001/01/19 16:48:14 markus Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -394,7 +394,7 @@ Specifies the file containing the private host keys (default used by SSH protocol versions 1 and 2. Note that .Nm -if this file is group/world-accessible. +will refuse to use a file if it is group/world-accessible. It is possible to have multiple host key files. .Dq rsa1 keys are used for version 1 and |