Tutorials Navigation
How to Convert PPK to SSH in Ubuntu
Tutorial Name: How to Convert PPK to SSH in Ubuntu
Category: PC Tutorials
Submitted By: Ry-Nasty
Date Added:
Comments: 1
Views: 7,853
Related Forum: PC Building Forum
Share:
1
Open a terminal window in Ubuntu, or log in if you are converting the keys on a remote Ubuntu server.
2
Type "sudo apt-get install putty-tools" at the terminal prompt to install the PuTTY tools. Enter your password when requested by sudo, to run apt-get with the root permissions needed for installation.
3
Convert the public key by typing the following at the terminal prompt:
puttygen keyfile.ppk -o id_rsa.pub -O public-openssh
Where "keyfile.ppk" is the PuTTY .ppk file to convert, and "id_rsa.pub" is the name of the converted key file.
4
Convert the private key by typing:
puttygen keyfile.ppk -o id_rsa -O private-openssh
Where "keyfile.ppk" is the key file to convert, and "id_rsa" is the private key file. PuTTY stores both the private and public keys in the .ppk file, which is why you use the same file to convert both keys. You can now use both keys with OpenSSH.
Ratings
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,494)
- 02. How to: Matrix Numbers | Batch File(1,905)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,724)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,135)
- 06. How to embed an image on TheTechGame(3,100)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,984)
- 08. Host bot lobbies! Full Tutorial!(11,253)
- 09. Unban yourself [Plutonium BO2](14,242)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,387)
- 11. Best Crosshair Settings for Valorant(6,527)
- 12. Othercide The Surgeon Boss Guide(2,541)
- 13. Othercide Remembrances Unlock Guide(4,462)
- 14. Othercide Beginners Tips and Tricks(2,710)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,847)
"How to Convert PPK to SSH in Ubuntu" :: Login/Create an Account :: 1 comment