add picokeys(not pub now) & edit some mds
All checks were successful
Deploy / deploy (push) Successful in 1m6s

This commit is contained in:
2026-03-12 22:54:28 +08:00
parent 922dd5f11c
commit 014f554500
5 changed files with 169 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
### Maria
**配置 GitHub 私钥**:
**推送 GitHub 私钥**:
```bash
# 在 CatTomServer1 处执行
@@ -42,6 +42,17 @@ cd maria/script && chmod +x *.sh && ./maria.sh
### HomeLab
**推送 Gitea 私钥**:
```bash
# 在 CatTomServer1 处执行
rsync -avP /home/cattom/.ssh/cattom-gitea [server_id]:/home/cattom/.ssh/
# 指定用户名与 IP
rsync -avP /home/cattom/.ssh/cattom-gitea root@[server_ip]:/home/cattom/.ssh/
# 指定端口、私钥、用户名和 IP
rsync -avP -e 'ssh -p 25800 -i /home/cattom/.ssh/CatTomServer' /home/cattom/.ssh/cattom-gitea root@[server_ip]:/home/cattom/.ssh/
```
**编辑 SSH 客户端配置**:
```bash