如何配置 SSH 密钥
生成 SSH Key: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加 SSH Key 到 SSH 代理: eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa 复制 SSH 公钥: cat ~/.ssh/id_rsa.pub 添加至 Github; 添加至服务器: ssh-copy-...
生成 SSH Key: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加 SSH Key 到 SSH 代理: eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa 复制 SSH 公钥: cat ~/.ssh/id_rsa.pub 添加至 Github; 添加至服务器: ssh-copy-...
1. 代理软件 可以选用 Clash-Premium 或 clash-for-linux 等. 以 Clash-Premium 为例: # 下载 Clash 内核 wget https://github.com/DustinWin/proxy-tools/releases/download/Clash-Premium/clashpremium-nightly-linux-amd64-v3.t...