📌  相关文章
📜  错误:使用 Xclip 复制 ssh 公钥时无法打开显示:(null) - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.113000             🧑  作者: Mango

代码示例1
#start your ssh session like this
ssh user@ip -X
#then you can use the following command
cat id_rsa.pub | xclip -sel clip