Unable to copy ~/.ssh/id_rsa.pub

前端 未结 8 2051
予麋鹿
予麋鹿 2021-01-29 21:37

I’m following in Generating SSH Keys, it says

sudo apt-get install xclip

Downloads and installs xclip. If you don\'t have <

8条回答
  •  别那么骄傲
    2021-01-29 22:26

    In case you are trying to use xclip on remote host just add -X to your ssh command

    ssh user@host -X
    

    More detailed information can be found here : https://askubuntu.com/a/305681

提交回复
热议问题