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)
downloadopenssh-git-2e9c324b3a7f15c092d118c2ac9490939f6228fd.tar.gz
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 38631f85..509d8fb4 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.63 2017/05/03 06:32:02 jmc Exp $
+.\" $OpenBSD: ssh-add.1,v 1.64 2017/05/05 10:41:58 naddy Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,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.
.\"
-.Dd $Mdocdate: May 3 2017 $
+.Dd $Mdocdate: May 5 2017 $
.Dt SSH-ADD 1
.Os
.Sh NAME
@@ -174,13 +174,13 @@ socket used to communicate with the agent.
.Sh FILES
.Bl -tag -width Ds
.It Pa ~/.ssh/id_dsa
-Contains the protocol version 2 DSA authentication identity of the user.
+Contains the DSA authentication identity of the user.
.It Pa ~/.ssh/id_ecdsa
-Contains the protocol version 2 ECDSA authentication identity of the user.
+Contains the ECDSA authentication identity of the user.
.It Pa ~/.ssh/id_ed25519
-Contains the protocol version 2 Ed25519 authentication identity of the user.
+Contains the Ed25519 authentication identity of the user.
.It Pa ~/.ssh/id_rsa
-Contains the protocol version 2 RSA authentication identity of the user.
+Contains the RSA authentication identity of the user.
.El
.Pp
Identity files should not be readable by anyone but the user.