aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-01 17:11:03 -0600
committerToby Vincent <tobyv13@gmail.com>2023-03-01 17:11:03 -0600
commitf89819a073bc6a647823b0457dc76fd53fead257 (patch)
treee7e7a86a527b299481003929e8fd9b3ce95df1b9 /ssh
parent3336a105fbf7f13703e1889cbcd631e660c94451 (diff)
fix(ssh): remove explicit key paths
Diffstat (limited to 'ssh')
-rw-r--r--ssh/.ssh/config3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 2d1f0e8..f21cd91 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -1,8 +1,5 @@
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
-IdentityFile ~/.ssh/11404962_id_ed25519_sk
-IdentityFile ~/.ssh/13456729_id_ed25519_sk
-
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
Host *