aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-09-26 14:29:00 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-09-26 14:29:00 +0200
commitea00c8fff39830205192310746e441c4f6528da7 (patch)
tree8514a97a2b63b22710ed5134886e2a4c72896369
parent968f92d313a381cd2114c08d993befb02457620b (diff)
Add git.tyil.nl to ssh config
-rw-r--r--.ssh/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 41de0e1..4e31394 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -6,6 +6,10 @@ Host home.tyil.nl
Hostname 10.57.100.7
ForwardAgent yes
+Host git.tyil.nl
+ Hostname 10.57.100.7
+ User git
+
Host anoia
Hostname 10.57.100.3