Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Copy Your SSH Keys to a Remote Host Automatically

You can use this to easily copy your SSH keys up a remote server

Code

ssh-copy-id 'user@remotehost'

The command is included in the openssh package. If you've got that, you're good to go.