summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-11 15:59:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-11 15:59:35 +0000
commit18a82ac02941bb770e0edb9d849fd4e2d74aa682 (patch)
tree0cb4dbbef8d7add693d702f628d251219766eb91 /sshd.8
parentb39215168584a1601a47356697963d808614990a (diff)
- itojun@cvs.openbsd.org 2001/04/10 09:13:22
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] document id_rsa{.pub,}. markus ok
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 54b7861fa..4611c0638 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
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.8,v 1.112 2001/04/09 18:00:15 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.113 2001/04/10 09:13:22 itojun Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -821,9 +821,10 @@ or
821Note that lines in this file are usually several hundred bytes long 821Note that lines in this file are usually several hundred bytes long
822(because of the size of the RSA key modulus). 822(because of the size of the RSA key modulus).
823You don't want to type them in; instead, copy the 823You don't want to type them in; instead, copy the
824.Pa identity.pub 824.Pa identity.pub ,
825or the
826.Pa id_dsa.pub 825.Pa id_dsa.pub
826or the
827.Pa id_rsa.pub
827file and edit it. 828file and edit it.
828.Pp 829.Pp
829The options (if present) consist of comma-separated option 830The options (if present) consist of comma-separated option
@@ -1014,6 +1015,8 @@ It is recommended that it not be accessible by others.
1014The format of this file is described above. 1015The format of this file is described above.
1015Users will place the contents of their 1016Users will place the contents of their
1016.Pa id_dsa.pub 1017.Pa id_dsa.pub
1018and/or
1019.Pa id_rsa.pub
1017files into this file, as described in 1020files into this file, as described in
1018.Xr ssh-keygen 1 . 1021.Xr ssh-keygen 1 .
1019.It Pa "/etc/ssh_known_hosts" and "$HOME/.ssh/known_hosts" 1022.It Pa "/etc/ssh_known_hosts" and "$HOME/.ssh/known_hosts"