I have ssh key on Windows 7 machine and i don't want to generate other key on Mac OS. How can i re-use that key?
Thanks!
There are actually two files, the public key (which you've put on remote servers) and a private key. You just need to copy the private key to your Mac. If you generated your keys with PuTTYgen, you'll need to make sure you've got the OpenSSH format for your private key if you want it to work on the Mac. PuTTYgen can convert it for you.
@Seth Foss: Thanks for your reply,
I have 4 files, 2 for github generator, 2 for PuTTY generator. I copied to ~/.ssh folder and add it to key chain. And i'm very thank if you support me step by step.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but I don't know anything about key management in OSX. However, the OS shouldn't be able to tell the difference between a private key generated locally and one copied from another machine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.