摘要: # 为第一个账号生成密钥 ssh-keygen -t ed25519 -C "your_email1@example.com" -f ~/.ssh/id_ed25519_account1 # 为第二个账号生成密钥 ssh-keygen -t ed25519 -C "your_email2@examp 阅读全文
posted @ 2025-07-29 22:12 JustinBeebor 阅读(12) 评论(0) 推荐(0)