summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-add.112
-rw-r--r--ssh-keygen.110
-rw-r--r--ssh.17
3 files changed, 14 insertions, 15 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.
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index d8ae3fada..786d37d51 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.140 2017/05/03 06:32:02 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.141 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-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -148,7 +148,7 @@ The type of key to be generated is specified with the
148option. 148option.
149If invoked without any arguments, 149If invoked without any arguments,
150.Nm 150.Nm
151will generate an RSA key for use in SSH protocol 2 connections. 151will generate an RSA key.
152.Pp 152.Pp
153.Nm 153.Nm
154is also used to generate groups for use in Diffie-Hellman group 154is also used to generate groups for use in Diffie-Hellman group
@@ -816,7 +816,7 @@ A zero exit status will only be returned if no key was revoked.
816.It Pa ~/.ssh/id_ecdsa 816.It Pa ~/.ssh/id_ecdsa
817.It Pa ~/.ssh/id_ed25519 817.It Pa ~/.ssh/id_ed25519
818.It Pa ~/.ssh/id_rsa 818.It Pa ~/.ssh/id_rsa
819Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA 819Contains the DSA, ECDSA, Ed25519 or RSA
820authentication identity of the user. 820authentication identity of the user.
821This file should not be readable by anyone but the user. 821This file should not be readable by anyone but the user.
822It is possible to 822It is possible to
@@ -832,7 +832,7 @@ will read this file when a login attempt is made.
832.It Pa ~/.ssh/id_ecdsa.pub 832.It Pa ~/.ssh/id_ecdsa.pub
833.It Pa ~/.ssh/id_ed25519.pub 833.It Pa ~/.ssh/id_ed25519.pub
834.It Pa ~/.ssh/id_rsa.pub 834.It Pa ~/.ssh/id_rsa.pub
835Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA 835Contains the DSA, ECDSA, Ed25519 or RSA
836public key for authentication. 836public key for authentication.
837The contents of this file should be added to 837The contents of this file should be added to
838.Pa ~/.ssh/authorized_keys 838.Pa ~/.ssh/authorized_keys
diff --git a/ssh.1 b/ssh.1
index 1c5ad7417..10633d92b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.380 2017/05/03 21:49:18 naddy Exp $ 36.\" $OpenBSD: ssh.1,v 1.381 2017/05/05 10:41:58 naddy Exp $
37.Dd $Mdocdate: May 3 2017 $ 37.Dd $Mdocdate: May 5 2017 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -271,8 +271,7 @@ The default is
271.Pa ~/.ssh/id_ecdsa , 271.Pa ~/.ssh/id_ecdsa ,
272.Pa ~/.ssh/id_ed25519 272.Pa ~/.ssh/id_ed25519
273and 273and
274.Pa ~/.ssh/id_rsa 274.Pa ~/.ssh/id_rsa .
275for protocol version 2.
276Identity files may also be specified on 275Identity files may also be specified on
277a per-host basis in the configuration file. 276a per-host basis in the configuration file.
278It is possible to have multiple 277It is possible to have multiple