summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorsobrado@openbsd.org <sobrado@openbsd.org>2014-08-30 15:33:50 +0000
committerDamien Miller <djm@mindrot.org>2014-10-13 11:37:32 +1100
commitf70b22bcdd52f6bf127047b3584371e6e5d45627 (patch)
tree94b5af4cb57abf4e5c5a832a16cb0fdf4fd2d75c /ssh-keygen.1
parent7df8818409c752cf3f0c3f8044fe9aebed8647bd (diff)
upstream commit
improve capitalization for the Ed25519 public-key signature system. ok djm@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 723a0162e..bf5f87bd3 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.122 2014/03/31 13:39:34 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.123 2014/08/30 15:33:50 sobrado 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: March 31 2014 $ 38.Dd $Mdocdate: August 30 2014 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -140,7 +140,7 @@ generates, manages and converts authentication keys for
140.Xr ssh 1 . 140.Xr ssh 1 .
141.Nm 141.Nm
142can create RSA keys for use by SSH protocol version 1 and 142can create RSA keys for use by SSH protocol version 1 and
143DSA, ECDSA, ED25519 or RSA keys for use by SSH protocol version 2. 143DSA, ECDSA, Ed25519 or RSA keys for use by SSH protocol version 2.
144The type of key to be generated is specified with the 144The type of key to be generated is specified with the
145.Fl t 145.Fl t
146option. 146option.
@@ -251,7 +251,7 @@ flag determines the key length by selecting from one of three elliptic
251curve sizes: 256, 384 or 521 bits. 251curve sizes: 256, 384 or 521 bits.
252Attempting to use bit lengths other than these three values for ECDSA keys 252Attempting to use bit lengths other than these three values for ECDSA keys
253will fail. 253will fail.
254ED25519 keys have a fixed length and the 254Ed25519 keys have a fixed length and the
255.Fl b 255.Fl b
256flag will be ignored. 256flag will be ignored.
257.It Fl C Ar comment 257.It Fl C Ar comment
@@ -803,7 +803,7 @@ There is no need to keep the contents of this file secret.
803.It Pa ~/.ssh/id_ecdsa 803.It Pa ~/.ssh/id_ecdsa
804.It Pa ~/.ssh/id_ed25519 804.It Pa ~/.ssh/id_ed25519
805.It Pa ~/.ssh/id_rsa 805.It Pa ~/.ssh/id_rsa
806Contains the protocol version 2 DSA, ECDSA, ED25519 or RSA 806Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA
807authentication identity of the user. 807authentication identity of the user.
808This file should not be readable by anyone but the user. 808This file should not be readable by anyone but the user.
809It is possible to 809It is possible to
@@ -819,7 +819,7 @@ will read this file when a login attempt is made.
819.It Pa ~/.ssh/id_ecdsa.pub 819.It Pa ~/.ssh/id_ecdsa.pub
820.It Pa ~/.ssh/id_ed25519.pub 820.It Pa ~/.ssh/id_ed25519.pub
821.It Pa ~/.ssh/id_rsa.pub 821.It Pa ~/.ssh/id_rsa.pub
822Contains the protocol version 2 DSA, ECDSA, ED25519 or RSA 822Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA
823public key for authentication. 823public key for authentication.
824The contents of this file should be added to 824The contents of this file should be added to
825.Pa ~/.ssh/authorized_keys 825.Pa ~/.ssh/authorized_keys