Simulacro Access

Demo login for internal access.

Simulacro (MSRS)Alpha · v0.5.0

Access instructions

Ticket: asd123 · ID: msrs-env-0001 · Generated 8/8/2026, 6:00:01 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-1asd123-cluster-1-node-1.stub.msrs.internalsupportmemberCluster 1 (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_07177102 -C "asd123"
msrs access issue-cert --env 07177102-b28a-4777-b040-1413a5896ae4 --pub ~/.ssh/msrs_07177102.pub
ssh -i ~/.ssh/msrs_07177102 -J jump.aws.msrs.internal support@asd123-cluster-1-node-1.stub.msrs.internal

SSH config block

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

Host msrs-07177102-*
  User support
  ProxyJump jump.aws.msrs.internal
  IdentityFile ~/.ssh/msrs_07177102
# Example: ssh msrs-07177102-node-1