ssh-copy-id no identities found error

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

    Run following command

    # ssh-add
    

    If it gives following error: Could not open a connection to your authentication agent

    To remove this error, Run following command:

    # eval `ssh-agent`
    

提交回复
热议问题