add picokeys(not pub now) & edit some mds
All checks were successful
Deploy / deploy (push) Successful in 1m6s
All checks were successful
Deploy / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user