From ee673f4aac014a4cf4877caf99d278b4d2fe111f Mon Sep 17 00:00:00 2001 From: Matt Tagg Date: Mon, 9 Mar 2015 17:39:49 -0700 Subject: brew.sh: Add `ssh-copy-id` `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 user@hostname.example.com`. Probably safer than using manual or scripted methods. Ref. http://askubuntu.com/a/4833/42234. Closes #510. --- brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brew.sh b/brew.sh index 994bdbc..f8dd989 100755 --- a/brew.sh +++ b/brew.sh @@ -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 -- cgit v1.2.3