ssh-copy-id no identities found error

后端 未结 13 1183
情深已故
情深已故 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:38

    Generating ssh keys on the client solved it for me

    $ ssh-keygen -t rsa
    

提交回复
热议问题