Generate SSH key
Last updated July 23, 2019 | e4a001f
Replace $COMMENT
with whatever comment you want the key to have:
ssh-keygen -t rsa -b 4096 -C "$(whoami)@$(hostname)--$(date -I)--$COMMENT"
Replace $COMMENT
with whatever comment you want the key to have:
ssh-keygen -t rsa -b 4096 -C "$(whoami)@$(hostname)--$(date -I)--$COMMENT"