diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-04-02 14:15:32 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-04-02 14:15:32 +0000 |
commit | a6626ab77bc87d3d12c1cbdbc615e2e756904613 (patch) | |
tree | 2136cf14c7612c9a063728a45df19885edc98acc | |
parent | 60e34072a6678fce670535817b9a40a572bdd9a7 (diff) |
typo; ok markus@
-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 1592db5919b..65d3ca751a9 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.108 2001/03/25 13:16:11 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.109 2001/04/02 14:15:31 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -947,7 +947,7 @@ Note that .Nm does not start if this file is group/world-accessible. .It Pa /etc/ssh_host_key.pub, /etc/ssh_host_dsa_key.pub, /etc/ssh_host_rsa_key.pub -There three files contain the public parts of the +These three files contain the public parts of the (SSH1, SSH2 DSA, and SSH2 RSA) host keys. These files should be world-readable but writable only by root. |