Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ssh-copy-id` allows one to easily set up passwordless SSH connections on a new machine. It does this by copying over your pubic key and setting the correct permissions. It becomes as simple as `ssh-copy-id [email protected]`. Probably safer than using manual or scripted methods. Ref. http://askubuntu.com/a/4833/42234. Closes mathiasbynens#510.
- Loading branch information