拷贝 到粘贴板

 

https://code.aliyun.com/help/ssh/README

 

如果打算拷贝你的公钥到你的粘贴板下,请参考你的操作系统使用以下的命令:

Windows:

clip < ~/.ssh/id_rsa.pub

Mac:

pbcopy < ~/.ssh/id_rsa.pub

GNU/Linux (requires xclip):

xclip -sel clip < ~/.ssh/id_rsa.pub

 

posted @ 2020-03-18 09:17  papering  阅读(201)  评论(0编辑  收藏  举报