This page lists the steps needed to create an ssh key for Biola System Administration use. We currently use ecdsa with 521 bits.
Step 1: Create an SSH Key
- Run the following in terminal:
- Linux
ssh-keygen -t ecdsa -b 521 -f ~/.ssh/desiredSSHKeyFilename
- Linux