Simulacro Access

Demo login for internal access.

Simulacro (MSRS)Alpha · v0.5.0

Access instructions

Ticket: poi123 · ID: msrs-env-0002 · Generated 8/8/2026, 6:00:20 PM

Back to environment

Node access targets

Stub instructions: no successful provision yet. Real hostnames, certificates, and credentials are produced once a provisioning backend runs.

NodeHostUserRoleCluster
node-001poi123-wan01-node-001.stub.msrs.internalsupportmemberWan01 (galera)
node-002poi123-wan01-node-002.stub.msrs.internalsupportmemberWan01 (galera)
Node-003poi123-wan02-node-003.stub.msrs.internalsupportmemberWan02 (galera)

Connection methods

SSH certificate access (recommended)

Issue a short-lived SSH certificate for this environment and connect through jump host.

ssh-keygen -t ed25519 -f ~/.ssh/msrs_83405901 -C "poi123"
msrs access issue-cert --env 83405901-4387-499f-af2f-58f57ad493e3 --pub ~/.ssh/msrs_83405901.pub
ssh -i ~/.ssh/msrs_83405901 -J jump.aws.msrs.internal support@poi123-wan01-node-001.stub.msrs.internal

SSH config block

Drop this into ~/.ssh/config to simplify access across all nodes.

Host msrs-83405901-*
  User support
  ProxyJump jump.aws.msrs.internal
  IdentityFile ~/.ssh/msrs_83405901
# Example: ssh msrs-83405901-node-001