diff --git a/notes/ssh.md b/notes/ssh.md index 4523e3f..bffc687 100644 --- a/notes/ssh.md +++ b/notes/ssh.md @@ -9,3 +9,9 @@ If you want to get key for the current machine you can use the following code ```sh ssh-keyscan localhost ``` + +# Generate new ssh key + +``` +ssh-keygen -t ed25519 -C "bob@example.com" +```