aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-28 14:37:18 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:38 +0200
commit5b39e24287056be98887c4ab637b907ac68138bb (patch)
treeebd221cb110e61e5c21197bc085ef7e078c901ca /.ssh/config
parent72258dff0a94198c7ea601edefdc90a9d3e8d219 (diff)
Update SSH config for Ed25519 keys
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 2059716..87b7ef6 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,3 +1,6 @@
+IdentityFile ~/.ssh/id_ed25519
+IdentityFile ~/.ssh/id_rsa
+
Host home
Hostname home.tyil.nl
Port 59413