SSH to Servers

The latest/current keys for SSH access are in the os-images repo.

There are some helper scripts and secrets set up for you though via the cli-utils repo. If you set that up you can use the handy smcsh command to get into our servers.

If you want to do it manually, as development server ips can change more than expected, I recommend the following command:

ssh -o BatchMode=yes -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -i "$SMC_SSH_PRIVATE_KEY" smc@<server>

New servers

Brand new servers are created with an older key baked in. This older key is also in the os-images repo.

Follow the instructions from Create an EC2 Instance to update the keys.