Simulacro Access

Demo login for internal access.

Simulacro (MSRS)Alpha · v0.5.0

Access instructions

Ticket: 12345 · ID: msrs-env-0004 · Generated 8/8/2026, 6:00:53 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
node0112345-wan001-node01.stub.msrs.internalsupportmemberWan001 (galera)
node0212345-wan001-node02.stub.msrs.internalsupportmemberWan001 (galera)
Node0312345-wan002-node03.stub.msrs.internalsupportmemberWan002 (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_5d82414d -C "12345"
msrs access issue-cert --env 5d82414d-f0b6-4f86-aa7f-244bf65bd8c9 --pub ~/.ssh/msrs_5d82414d.pub
ssh -i ~/.ssh/msrs_5d82414d -J jump.aws.msrs.internal support@12345-wan001-node01.stub.msrs.internal

SSH config block

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

Host msrs-5d82414d-*
  User support
  ProxyJump jump.aws.msrs.internal
  IdentityFile ~/.ssh/msrs_5d82414d
# Example: ssh msrs-5d82414d-node01