ssh comment
April 17, 2021
Create a new pair of ssh keys RSA with a custom comment:
ssh-keygen -C "monkey" -t rsa -b 4096 -o -a 100 -f /tmp/monkey
Create a new pair of ssh keys RSA with a custom comment:
ssh-keygen -C "monkey" -t rsa -b 4096 -o -a 100 -f /tmp/monkey