SSH Access
SSH Configuration
Servers cannot be accessed directly with ssh and user private keys. You need to use the step-cli to login to the servers.
step-cli ca bootstrap --ca-url https://ca.bugfender.net:8443/ --fingerprint 51d6565555c1c1fee4cb8f009400f7afa68f936cf02da0f92020797b672f65a7
step-cli ssh login <yourname> --provisioner=Google # eg. jordi
SSH Login
Once you have done the step-cli authoritzation.
ssh -p 22023 aleix@<server>
Note: usually the ssh port is 22023 instead of the common port 22
Unmanaged Services
Some services are not managed by Brutalsys and they are out of the common procedures, so they and can be accessed directly.
ssh root@us1
Note: Currently, the only unmanaged service is the US server on DigitalOcean.