Move SSH Keys from one computer to anotherMove SSH Keys from one computer to another

For those that rely on passwordless logins via ssh, rather than generating a new SSH key for a new client machine, you can easily move SSH keys from one computer to another. This is a quick and easy solution for a temporary machine or username or for use on an auxiliary workstation. You could also use this to copy SSH keys between user accounts on the same machine.

Moving SSH Keys Between Computers

If you’re already connected to a networked Mac, using the Finder is an easy way to copy the SSH keys. First you’ll want to show hidden files in OS X either through defaults write or a tool like DesktopUtility, then just open up the .ssh directory on both machines and do a drag and drop:

Migrate SSH Keys through FinderMigrate SSH Keys through Finder

On the other hand, if you’re already in Terminal to enable hidden files, you may as well just use the command line to move them over.

Copying SSH Keys from the Command Line
Using the terminal is faster for many of us, you’ll obviously have to be connected to the other computer through a network for this to work.

cp .ssh/id_rsa* /Network/path/to/username/.ssh/

Simple enough, and will work for any version of OS X and most variations of unix or linux.

If you wanted to, you could also zip the key files and then transfer them through AirDrop, but that’s probably more work than necessary.

Because SSH keys allow for passwordless logins, you’ll want to securely delete or better yet securely format the hard drive before it goes to a new owner. This is especially true with temporary computers or loaner machines.

Source

Follow Me:
Top Best Sellers!!