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

后端 未结 5 1570
孤城傲影
孤城傲影 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:07

    ssh-copy-id is installed on macOS by default now.

    $ sw_vers
    ProductName:    Mac OS X
    ProductVersion: 10.12.4
    
    $ which ssh-copy-id
    /usr/bin/ssh-copy-id
    

提交回复
热议问题