Public Key Exchange

Safety first.

Creating an SSH Key (Windows and macOS)

In a command prompt or terminal window, run the following commands:

Associating the key with your email address helps you to identify the key later on and assists our support team when debugging connection issues.

mkdir -p .ssh
cd .ssh
ssh-keygen -o -a 100 -t ed25519 -f "clario" -C "yourEmailAddress"

You'll see a response similar to this:

Just press <Enter> to accept the default location, file name, and empty passphrase. The whole interaction will look similar to this:

Next Steps

Please contact support@clar.io or your Clario Customer Success representative to activate public-key authentication for your account. Be sure to include the clario.pub file created during the process above.

Last updated