docs: consolidate aitbc2 section in SSH access patterns skill
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m37s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s

- Removed redundant aitbc2 (via gitea-runner) section
- Consolidated into gitea-runner section with aitbc2-specific commands
- Clarifies that aitbc2 blockchain node runs on gitea-runner host
- Simplifies SSH access documentation
This commit is contained in:
aitbc
2026-05-09 11:21:21 +02:00
parent e35127947d
commit 9999b9deae

View File

@@ -21,19 +21,12 @@ ssh aitbc1
ssh aitbc1 "command"
```
### gitea-runner (also hosts aitbc2)
Direct SSH access. aitbc2 blockchain node runs on the same host.
### gitea-runner (hosts aitbc2 blockchain node)
Direct SSH access. The aitbc2 blockchain node runs on this same host.
```bash
ssh gitea-runner
# Or execute single command
ssh gitea-runner "command"
```
### aitbc2 (via gitea-runner)
aitbc2 blockchain node is hosted on the gitea-runner machine. Access via SSH to gitea-runner.
```bash
# Access aitbc2 via gitea-runner
ssh gitea-runner
# aitbc2 blockchain node runs on this host
# Execute aitbc2-specific commands