chore: moves ssh key into secrets

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2024-10-01 16:05:45 +02:00
parent 7fbe713f88
commit 2d29bf921a
28 changed files with 390276 additions and 389355 deletions

View File

@@ -18,6 +18,16 @@ config:
source: ~/dotfiles/config/ssh/config.d
target: ~/.ssh/config.d
ssh_key:
source: ~/dotfiles/config/ssh/id_ed25519
target: ~/.ssh/id_ed25519
chmod: 600
ssh_key_public:
source: ~/dotfiles/config/ssh/id_ed25519.pub
target: ~/.ssh/id_ed25519.pub
chmod: 644
ssh_authorized_keys:
sources:
mennos-laptop: ~/dotfiles/config/ssh/authorized_keys/mennos-laptop

View File

@@ -1,4 +1,4 @@
Host *
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/id_ed25519
Include ~/.ssh/config.d/*.conf

1
config/ssh/id_ed25519 Symbolic link
View File

@@ -0,0 +1 @@
../../secrets/id_ed25519

1
config/ssh/id_ed25519.pub Symbolic link
View File

@@ -0,0 +1 @@
../../secrets/id_ed25519.pub