Skip to content
Snippets Groups Projects
Commit 6a9bbcb7 authored by Tom Prince's avatar Tom Prince
Browse files

Include an example ssh-key config that grabs your local key.

parent c5bec732
No related branches found
No related tags found
3 merge requests!180merge develop into production,!177merge develop into staging,!171Allow building the local grid with a clean checkout.
# Add your public key. Example:
# let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la";
# You can use the following to get key from the local machine.
# let key = builtins.readFile ~/.ssh/id_ed25519.pub;
let key = undefined;
in { "root" = key; "vagrant" = key; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment