Percona Encryption Keys

MySQL Emergency? Call right now and get help

When you exchange information with us or give us access to your servers, please make sure you do it securely. Here are our encryption keys, which you can use to make sure your data stays safe.

SSH Key

You can permit SSH access with this key by placing it in .ssh/authorized_keys. We will log in from the IP address 74.86.244.122.

You can run the following commands to install the SSH key. Become the user you want to grant access before running them:

mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAsn28qc3eeSNOckconybPVk/JUvTw\
YmpAftot7Z7u7oGHZhkBYCaaHLsktF6oqV+kr/Fs65GwBygtPBH2NdoS+8oomk+Ss3H/uU\
UjLDbhB6yWcsKB+v9V+hTkExpNavsKmmdb8PZaRcvVRWj9AlfLFJb0rhsi9Qgfixqy6WZT\
L28= consultant@sl1.percona.com" >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys

We find that setting up this key can be tricky because of permissions issues and so forth. Running the above commands should work correctly. Be sure you do it as the user you want to grant access to! Please be sure you tell us the username we should log in as.

PUBLIC PGP KEY:

If you must upload sensitive data to our servers securely for data recovery purposes, please request our GPG key, which will let you encrypt large files so only we can decrypt them.