How do you install ssh-copy-id on a Mac?

后端 未结 5 1594
孤城傲影
孤城傲影 2021-01-29 22:49

I am having trouble trying to install ssh-copy-id on my Mac. I have tried to follow https://github.com/beautifulcode/ssh-copy-id-for-OSX but every time I run ssh-copy-id it giv

5条回答
  •  广开言路
    2021-01-29 23:15

    You can install it using Homebrew:

    brew install ssh-copy-id
    

    If you don't want to use Homebrew, you can use this Mac port:

    curl -L https://raw.githubusercontent.com/beautifulcode/ssh-copy-id-for-OSX/master/install.sh | sh 
    

提交回复
热议问题