chore: moves ssh key into secrets
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
@@ -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
|
||||
|
@@ -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
1
config/ssh/id_ed25519
Symbolic link
@@ -0,0 +1 @@
|
||||
../../secrets/id_ed25519
|
1
config/ssh/id_ed25519.pub
Symbolic link
1
config/ssh/id_ed25519.pub
Symbolic link
@@ -0,0 +1 @@
|
||||
../../secrets/id_ed25519.pub
|
Reference in New Issue
Block a user