summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:26:58 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:26:58 +1100
commitab57f351147ff8c1fb1ca5320f11674bd918d66d (patch)
tree8356634f9dc727a82f41889d495ee51caa7255b5 /ssh-add.1
parentfcd9320440c7eb2758659ec2ac19b99054e43044 (diff)
- stevesk@cvs.openbsd.org 2002/02/04 20:41:16
[ssh-add.1] more sync for default ssh-add identities; ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.117
1 files changed, 6 insertions, 11 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index c78295209..41d5def6f 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.29 2002/01/29 16:41:19 markus Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.30 2002/02/04 20:41:16 stevesk Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -94,21 +94,16 @@ Remove key in smartcard
94.Bl -tag -width Ds 94.Bl -tag -width Ds
95.It Pa $HOME/.ssh/identity 95.It Pa $HOME/.ssh/identity
96Contains the protocol version 1 RSA authentication identity of the user. 96Contains the protocol version 1 RSA authentication identity of the user.
97This file should not be readable by anyone but the user.
98Note that
99.Nm
100ignores this file if it is accessible by others.
101It is possible to
102specify a passphrase when generating the key; that passphrase will be
103used to encrypt the private part of this file.
104This is the default file added by
105.Nm
106when no other files have been specified.
107.It Pa $HOME/.ssh/id_dsa 97.It Pa $HOME/.ssh/id_dsa
108Contains the protocol version 2 DSA authentication identity of the user. 98Contains the protocol version 2 DSA authentication identity of the user.
109.It Pa $HOME/.ssh/id_rsa 99.It Pa $HOME/.ssh/id_rsa
110Contains the protocol version 2 RSA authentication identity of the user. 100Contains the protocol version 2 RSA authentication identity of the user.
111.El 101.El
102.Pp
103Identity files should not be readable by anyone but the user.
104Note that
105.Nm
106ignores identity files if they are accessible by others.
112.Sh ENVIRONMENT 107.Sh ENVIRONMENT
113.Bl -tag -width Ds 108.Bl -tag -width Ds
114.It Ev "DISPLAY" and "SSH_ASKPASS" 109.It Ev "DISPLAY" and "SSH_ASKPASS"