Skip to content

Commit

Permalink
brew.sh: Add ssh-copy-id
Browse files Browse the repository at this point in the history
`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
wamatt authored and mathiasbynens committed Mar 10, 2015
1 parent 58b68ea commit ee673f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ brew install pv
brew install rename
brew install rhino
brew install speedtest_cli
brew install ssh-copy-id
brew install tree
brew install webkit2png
brew install zopfli
Expand Down

0 comments on commit ee673f4

Please sign in to comment.