Skip to content
Snippets Groups Projects
Commit e181c922 authored by Florian Sesser's avatar Florian Sesser
Browse files

Public keys can be secret too if you don't tell anyone about them

parent cbf97de8
No related branches found
No related tags found
No related merge requests found
let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la";
in { "root" = key; "flo" = key; "vagrant" = key; }
in { "root" = key; "vagrant" = key; }
let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom";
in { "root" = key; jcalderone = key; }
let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom";
in { "root" = key; jcalderone = key; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment