CharlieC3
2/15/2018 - 4:46 PM

Create new SSH pub/priv keys

#!/bin/bash

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"