summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.1
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2017-05-05 10:41:58 +0000
committernaddy <naddy@openbsd.org>2017-05-05 10:41:58 +0000
commit42359c41d1d7b28a3482fb986e7bb33fecacf220 (patch)
tree1ad9ca0c6810c7f6b1cfb9d691589f8da837c88f /usr.bin/ssh/ssh-add.1
parentAdd a `-R' switch that reverts all patches. (diff)
downloadwireguard-openbsd-42359c41d1d7b28a3482fb986e7bb33fecacf220.tar.xz
wireguard-openbsd-42359c41d1d7b28a3482fb986e7bb33fecacf220.zip
remove superfluous protocol 2 mentions; ok jmc@
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r--usr.bin/ssh/ssh-add.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index 38631f8580c..509d8fb4754 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/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.