Differences between version 2 and predecessor to the previous major change of ssh-keygen(1).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 11:56:10 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 11:56:10 pm | by perry | Revert |
@@ -85,9 +85,9 @@
The options are as follows:
-b bits
-Specifies the number of bits in the key to create.Minimum is 512 bits. Generally 1024 bits is consid-ered sufficient, and key sizes above that no longerimprove security but make things slower. The defaultis 1024 bits.-cRequests changing the comment in the private and pub-lic key files. This operation is only supported forRSA1 keys. The program will prompt for the file con-taining the private keys, for the passphrase if thekey has one, and for the new comment.-eThis option will read a private or public OpenSSH keyfile and print the key in a SECSH Public Key FileFormat to stdout. This option allows exporting keysfor use by several commercial SSH implementations.-f filenameSpecifies the filename of the key file.-iThis option will read an unencrypted private (or pub-lic) key file in SSH2-compatible format and print anOpenSSH compatible private (or public) key to stdout.ssh-keygen also reads the SECSH Public Key FileFormat. This option allows importing keys from sev-eral commercial SSH implementations.-lShow fingerprint of specified public key file. Pri-vate RSA1 keys are also supported. For RSA and DSAkeys ssh-keygen tries to find the matching public keyfile and prints its fingerprint.-pRequests changing the passphrase of a private keyfile instead of creating a new private key. The pro-gram will prompt for the file containing the privatekey, for the old passphrase, and twice for the newpassphrase.-qSilence ssh-keygen. Used by /etc/rc when creating a new key.
+Specifies the number of bits in the key to create.Minimum is 512 bits. Generally 1024 bits is consid-ered sufficient, and key sizes above that no longerimprove security but make things slower. The defaultis 1024 bits.-cRequests changing the comment in the private and pub-lic key files. This operation is only supported forRSA1 keys. The program will prompt for the file con-taining the private keys, for the passphrase if thekey has one, and for the new comment.-eThis option will read a private or public OpenSSH keyfile and print the key in a SECSH Public Key !
FileFormat to stdout. This option allows exporting keysfor use by several commercial SSH implementations.-f filenameSpecifies the filename of the key file.-iThis option will read an unencrypted private (or pub-lic) key file in SSH2-compatible format and print anOpenSSH compatible private (or public) key to stdout.ssh-keygen also reads the SECSH Public Key !
FileFormat. This option allows importing keys from sev-eral commercial SSH implementations.-lShow fingerprint of specified public key file. Pri-vate RSA1 keys are also supported. For RSA and DSAkeys ssh-keygen tries to find the matching public keyfile and prints its fingerprint.-pRequests changing the passphrase of a private keyfile instead of creating a new private key. The pro-gram will prompt for the file containing the privatekey, for the old passphrase, and twice for the newpassphrase.-qSilence ssh-keygen. Used by /etc/rc when creating a new key.
-y
This option will read a private OpenSSH format file and
@@ -204,6 +204,6 @@
ssh(1), ssh-add(1), ssh-agent(1),
sshd(8)
- J. Galbraith and R. Thayer,'' SECSH Public Key FileFormat'', draft-ietf-secsh-publickeyfile-01.txt, March2001, work in progress material.BSD September 25, 1999 1
+ J. Galbraith and R. Thayer,'' SECSH Public Key !
FileFormat'', draft-ietf-secsh-publickeyfile-01.txt, March2001, work in progress material.BSD September 25, 1999 1
----