Simulacro Access

Demo login for internal access.

Simulacro (MSRS)Alpha · v0.5.0

Access instructions

Ticket: zendesk-102030 · ID: msrs-env-0003 · Generated 8/8/2026, 5:57:50 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-1zendesk-102030-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_da0800a9 -C "zendesk-102030"
msrs access issue-cert --env da0800a9-6ed3-4a45-8ed4-9b4ea4942ec2 --pub ~/.ssh/msrs_da0800a9.pub
ssh -i ~/.ssh/msrs_da0800a9 -J jump.aws.msrs.internal support@zendesk-102030-cluster-1-node-1.stub.msrs.internal

SSH config block

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

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