How to Add SSH Keys to the Expertiza Production Server
Jump to navigation
Jump to search
Create your SSH Key
ssh-keygen -trsa -C "your_email@address.com"
The passphrase is optional, but it is more secure.
Get your Key
cat ~/.ssh/id_rsa.pub
Copy and paste this in an email to expertiza-support with the subject line of "Add SSH Key to Production Server"