Skip to content

Add SSH gateway operations - #3

Merged
wk1995 merged 19 commits into
masterfrom
codex/ssh-gateway-operations
Aug 10, 2026
Merged

Add SSH gateway operations#3
wk1995 merged 19 commits into
masterfrom
codex/ssh-gateway-operations

Conversation

@wk1995

@wk1995wk1995 commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add a password-authenticated, operations-only SSH setup for Ubuntu gateways
  • provide neurobridge-ops status, historical logs, live logs, audit records, deployments, and service controls
  • bind SSH to the configured private address and allowed source range; root login, public-key login, forwarding, tunnels, and X11 are disabled
  • clear or reject every residual sshd listener before starting the hardened service, including an old listener on port 22 when a custom port is configured
  • document the operations workflow and record the deployment change

Validation

  • python3 -m unittest -v tests.test_deployment
  • bash -n linux/configure-ssh-operations.sh linux/setup-ssh-operations.sh
  • python3 tools/check-version-registry.py

@wk1995
wk1995force-pushed the codex/ssh-gateway-operations branch from 19e0844 to b25aa3aCompareAugust 7, 2026 08:49
@wk1995
wk1995 merged commit cee03bc into masterAug 10, 2026
1 check passed
@wk1995
wk1995 deleted the codex/ssh-gateway-operations branch August 10, 2026 07:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@wk1995