Mac Desktop notes
From Freelock Knowledge Base
[edit] To copy SSH keys to a thumbdrive:
- Open a terminal
- Insert your key drive
- In the terminal, use the Tab key to complete paths for copying. Copy:
- cp .ssh/id_rsa* /Volumes/(Keydrive name)/
[edit] To copy SSH keys from a thumbdrive
- Open a terminal
- Insert your key drive
- If you haven't used SSH on this computer, ssh somewhere valid to create the .ssh directory and get some stuff in there: ssh somewhere.com, "yes" to accept the host key.
- Copy the keys to the .ssh directory:
- cp /Volumes/(Keydrive name)/id_rsa* .ssh/