Snippets

Snippets #

Generate SSH key #

ed25519 is a safe algorithm, it is faster than RSA and the keys are super short!

ssh-keygen -a 100 -t ed25519 -C $(whoami)@$(hostname) -f ~/.ssh/klumcz