Difference between revisions of "Puttygen"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
https://linux.die.net/man/1/puttygen
  
 +
[[Convert]] the <code>[[.ppk]]</code> files to the regular ssh style key files (called PEM files - even though they don't get a <code>[[.pem]]</code> in the file name).
 +
* <code>puttygen id_dsa.ppk -O private-openssh -o your_id_dsa </code> <ref>https://unix.stackexchange.com/questions/74545/what-is-the-difference-between-an-openssh-key-and-putty-key</ref>
  
 +
puttygen id_dsa.ppk -O private-openssh -o your_id_dsa
 +
puttygen: cannot perform this action on a [[public-key-only]] input file
  
 +
<code>puttygen -O [[fingerprint]] your_public_key.pub</code>
  
 
== Related terms ==
 
== Related terms ==
* <code>[[ssh_keygen]]</code>
+
* <code>[[ssh-keygen]]</code>
 +
* <code>[[.ppk]]</code>
 +
* <code>[[.pem]]</code>
  
 +
== See also ==
 +
* {{PuTTY}}
 +
* {{ssh}}
  
  
== See also ==
+
[[Category:SSH]]
* {{PuTTY}}
 

Latest revision as of 19:35, 30 June 2022

https://linux.die.net/man/1/puttygen

Convert the .ppk files to the regular ssh style key files (called PEM files - even though they don't get a .pem in the file name).

  • puttygen id_dsa.ppk -O private-openssh -o your_id_dsa [1]
puttygen id_dsa.ppk -O private-openssh -o your_id_dsa
puttygen: cannot perform this action on a public-key-only input file

puttygen -O fingerprint your_public_key.pub

Related terms[edit]

See also[edit]

  • https://unix.stackexchange.com/questions/74545/what-is-the-difference-between-an-openssh-key-and-putty-key
  • Advertising: