diff options
author | sobrado@openbsd.org <sobrado@openbsd.org> | 2014-08-30 15:33:50 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-10-13 11:37:32 +1100 |
commit | f70b22bcdd52f6bf127047b3584371e6e5d45627 (patch) | |
tree | 94b5af4cb57abf4e5c5a832a16cb0fdf4fd2d75c /ssh-keygen.1 | |
parent | 7df8818409c752cf3f0c3f8044fe9aebed8647bd (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.1 | 12 |
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 |
142 | can create RSA keys for use by SSH protocol version 1 and | 142 | can create RSA keys for use by SSH protocol version 1 and |
143 | DSA, ECDSA, ED25519 or RSA keys for use by SSH protocol version 2. | 143 | DSA, ECDSA, Ed25519 or RSA keys for use by SSH protocol version 2. |
144 | The type of key to be generated is specified with the | 144 | The type of key to be generated is specified with the |
145 | .Fl t | 145 | .Fl t |
146 | option. | 146 | option. |
@@ -251,7 +251,7 @@ flag determines the key length by selecting from one of three elliptic | |||
251 | curve sizes: 256, 384 or 521 bits. | 251 | curve sizes: 256, 384 or 521 bits. |
252 | Attempting to use bit lengths other than these three values for ECDSA keys | 252 | Attempting to use bit lengths other than these three values for ECDSA keys |
253 | will fail. | 253 | will fail. |
254 | ED25519 keys have a fixed length and the | 254 | Ed25519 keys have a fixed length and the |
255 | .Fl b | 255 | .Fl b |
256 | flag will be ignored. | 256 | flag 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 |
806 | Contains the protocol version 2 DSA, ECDSA, ED25519 or RSA | 806 | Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA |
807 | authentication identity of the user. | 807 | authentication identity of the user. |
808 | This file should not be readable by anyone but the user. | 808 | This file should not be readable by anyone but the user. |
809 | It is possible to | 809 | It 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 |
822 | Contains the protocol version 2 DSA, ECDSA, ED25519 or RSA | 822 | Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA |
823 | public key for authentication. | 823 | public key for authentication. |
824 | The contents of this file should be added to | 824 | The contents of this file should be added to |
825 | .Pa ~/.ssh/authorized_keys | 825 | .Pa ~/.ssh/authorized_keys |