<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>putty on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/putty/</link><description>Recent content in putty on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Sun, 05 Apr 2020 18:36:44 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/putty/index.xml" rel="self" type="application/rss+xml"/><item><title>Converting a Putty generated public key to OpenSSH</title><link>https://quicktasks.ismael.casimpan.com/post/converting-putty-public-key-to-openssh/</link><pubDate>Sun, 05 Apr 2020 18:36:44 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/converting-putty-public-key-to-openssh/</guid><description>
If you see a public key like below, chances are, it's generated using PuttyGen in Windows.
1---- BEGIN SSH2 PUBLIC KEY ---- 2Comment: &amp;#34;rsa-key-20200101&amp;#34; 3AAAAB3NzaC1yc2EAAAABJQAAAQEArPVm4pY6eNaXFay32YHRdu96PXcwmhzGEWhK 4jmNRt2qWs39vbM/ZCQ7I8aKcgZJ6r35wInWpaqOH2xE0Jzx1rbC0aY+66KnPSFXZ 5WUkUK6oNFt55KbjgpGildiD4hehGHnRbNjoKWtKiOZKFVZPYn4H+oJ1qIUjfRzYn 6a9ArXR0gZ9Ev1tENXdbura3fin5qx8Ng6/NkWHseSiCRRW1vgS4ErSnQhei+8pJI 7l+GZnGhGgd4qDzHdoIt63yTuyPzqutgWhd3HoBahxCrcM9P+Gbo2J1as+8yYP56m 8jI5Jnuq5eFRGu7FDaRbxdvj7ZOXlZleAkY4YstE0kewzfnTW+Q== 9---- END SSH2 PUBLIC KEY ---- PuttyGen has a way to convert to OpenSSH but you can also convert it as follows:
1ssh-keygen -i -f keyfile.pub &amp;gt; newkeyfile.pub More info in https://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygenwindows-into-key-pairs-use</description></item></channel></rss>