简体   繁体   中英

How to use a Mac ssh key in Putty (Windows)?

I have generated a ssh key in the terminal of my Mac. How can I use this private key in Putty on my Windows pc? I don't want to generate a new ssh key for each computer.

To convert an id_rsa file to an id_rsa.ppk , you can use puttygen fromputty's web site .

  • Choose File->Load Private Key
  • Enter the private key password if applicable
  • Press the button Save private key .

The converted key would be saved as "id_rsa.ppk".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM