ssh-copy-id no identities found error

后端 未结 13 1188
情深已故
情深已故 2021-01-31 01:21

I have few client systems where I need to push the ssh key and login from my server without authentication prompts.

First, on the server, I created ssh key as below whi

13条回答
  •  终归单人心
    2021-01-31 01:50

    You need to specify the key by using -i option.

    ssh-copy-id -i your_public_key user@host
    

    Thanks.

提交回复
热议问题