« Back to Index

[Generate SSH Key]

View original Gist on GitHub

Tags: #generate #ssh #key

Generate SSH Key.bash

alias sshkey="cd ~/.ssh && ssh-keygen -t rsa -b 4096 -C 'your.email@domain.com'"