summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2017-05-05 10:41:58 +0000
committerDamien Miller <djm@mindrot.org>2017-05-08 09:18:27 +1000
commit2e9c324b3a7f15c092d118c2ac9490939f6228fd (patch)
tree55dd6bf4a7d6ea70bc6b4cf20ef6e742b887dde2 /ssh-add.1
parent744bde79c3361e2153cb395a2ecdcee6c713585d (diff)
upstream commit
remove superfluous protocol 2 mentions; ok jmc@ Upstream-ID: 0aaf7567c9f2e50fac5906b6a500a39c33c4664d
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 38631f858..509d8fb47 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.63 2017/05/03 06:32:02 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.64 2017/05/05 10:41:58 naddy Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: May 3 2017 $ 38.Dd $Mdocdate: May 5 2017 $
39.Dt SSH-ADD 1 39.Dt SSH-ADD 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -174,13 +174,13 @@ socket used to communicate with the agent.
174.Sh FILES 174.Sh FILES
175.Bl -tag -width Ds 175.Bl -tag -width Ds
176.It Pa ~/.ssh/id_dsa 176.It Pa ~/.ssh/id_dsa
177Contains the protocol version 2 DSA authentication identity of the user. 177Contains the DSA authentication identity of the user.
178.It Pa ~/.ssh/id_ecdsa 178.It Pa ~/.ssh/id_ecdsa
179Contains the protocol version 2 ECDSA authentication identity of the user. 179Contains the ECDSA authentication identity of the user.
180.It Pa ~/.ssh/id_ed25519 180.It Pa ~/.ssh/id_ed25519
181Contains the protocol version 2 Ed25519 authentication identity of the user. 181Contains the Ed25519 authentication identity of the user.
182.It Pa ~/.ssh/id_rsa 182.It Pa ~/.ssh/id_rsa
183Contains the protocol version 2 RSA authentication identity of the user. 183Contains the RSA authentication identity of the user.
184.El 184.El
185.Pp 185.Pp
186Identity files should not be readable by anyone but the user. 186Identity files should not be readable by anyone but the user.