我在尝试在我的 Mac 上安装 ssh-copy-id 时遇到问题。我曾尝试关注https://github.com/beautifulcode/ssh- copy-id-for-OSX 但每次运行 ssh-copy-id 时都会出现错误。关于如何安装 ssh-copy-id 的任何想法?
您可以使用Homebrew安装它:
brew install ssh-copy-id
如果你不想使用 Homebrew,你可以使用这个 Mac 端口:
curl -L https://raw.githubusercontent.com/beautifulcode/ssh-copy-id-for-OSX/master/install.sh | sh