Difference between revisions of "Ssh-keygen -t rsa"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
http://man7.org/linux/man-pages/man1/ssh-keygen.1.html
 
* <code>[[ssh-keygen -t]] [[rsa]]</code>  
 
* <code>[[ssh-keygen -t]] [[rsa]]</code>  
 
* <code>ssh-keygen -t [[rsa]] -f your_new_rsa_key</code>
 
* <code>ssh-keygen -t [[rsa]] -f your_new_rsa_key</code>
Line 26: Line 27:
  
 
== Related ==
 
== Related ==
 +
* <code>[[ssh-keygen -t ed25519]]</code>
 
* <code>[[.pub]]</code>
 
* <code>[[.pub]]</code>
 
* <code>[[.ovpn]]</code>
 
* <code>[[.ovpn]]</code>
 +
* [[Cisco IOS]]: <code>[[crypto key generate rsa]]</code>
  
 
== See also ==
 
== See also ==
 
* {{ssh-keygen}}
 
* {{ssh-keygen}}
 +
* {{RSA}}
  
 
[[Category:ssh]]
 
[[Category:ssh]]
 +
[[Category:RSA]]

Latest revision as of 18:31, 3 June 2022

http://man7.org/linux/man-pages/man1/ssh-keygen.1.html

ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/YOUR_USER/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/YOUR_USER/.ssh/id_rsa
Your public key has been saved in /Users/YOUR_USER/.ssh/id_rsa.pub
The key fingerprint is:
SHA256:ViVROMPZl6BiB6B15FlPjk6TUx8Nxxxxxxx YOUR_USER@YOUR_hostname
The key's randomart image is:
+---[RSA 3072]----+
|      xx+.+**.o+ |
|     o o +*@.oo..|
|    .   = XX+.+  |
|       . * o + . |
|        S .   =.+|
|       .     . B+|
|              . =|
|              Eo=|
|              .=.|
+----[SHA256]-----+

Related[edit]

See also[edit]

Advertising: