2017-09-13 Macでssh-copy-id Linux VPS Linuxのssh-copy-idが楽すぎるのでMacでも使いたい時のメモ。 環境 OSX EICapitan 手順 要するにLinuxのssh-copy-idスクリプトをコピーしてくればいいだけだった。 $ curl https://raw.githubusercontent.com/beautifulcode/ssh-copy-id-for-OSX/master/ssh-copy-id.sh -o /usr/local/bin/ssh-copy-id $ chmod +x /usr/local/bin/ssh-copy-idよくわからないgithubから落としたくない場合は自前の仮想Linuxからスクリプトを探してコピーする。 $ which ssh-copy-idwhichを叩けば場所がわかる。 参考 OSXでssh-copy-idを使ってリモートサーバにパスワードなしでログインする - Qiita ssh-copy-idをmacで使う方法 - Qiita