Simulacro Access

Demo login for internal access.

Simulacro (MSRS)Alpha · v0.5.0

Access instructions

Ticket: lallero · ID: msrs-env-0009 · Generated 8/8/2026, 5:58:18 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-001lallero-wan01-node-001.stub.msrs.internalsupportmemberWan01 (galera)
node-002lallero-wan01-node-002.stub.msrs.internalsupportmemberWan01 (galera)
Node-003lallero-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_98db77ea -C "lallero"
msrs access issue-cert --env 98db77ea-b426-4ebf-9f3d-5530904afc1e --pub ~/.ssh/msrs_98db77ea.pub
ssh -i ~/.ssh/msrs_98db77ea -J jump.aws.msrs.internal support@lallero-wan01-node-001.stub.msrs.internal

SSH config block

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

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