diff options
author | Linnnus <[email protected]> | 2023-09-05 09:48:04 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-05 09:48:04 +0200 |
commit | 7d4ab89f1e6264e124109bf25eafaafdf1aec02a (patch) | |
tree | b6af29bfe66c231b1a71bb05c9df211afe4cf341 /lib/secrets/metadata.toml |
Initial commit
Diffstat (limited to 'lib/secrets/metadata.toml')
-rw-r--r-- | lib/secrets/metadata.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/secrets/metadata.toml b/lib/secrets/metadata.toml new file mode 100644 index 0000000..a956c31 --- /dev/null +++ b/lib/secrets/metadata.toml @@ -0,0 +1,5 @@ +# This file specifies metadata for each host. + +[hosts.ahmed] +ipAddress = "192.168.68.126" +sshPubKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3/DjOuKMN18fs/0ZHI3kKLHGytXOFEDBbx+09ZrS3G" |