diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-09-26 14:29:00 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-09-26 14:29:00 +0200 |
commit | ea00c8fff39830205192310746e441c4f6528da7 (patch) | |
tree | 8514a97a2b63b22710ed5134886e2a4c72896369 | |
parent | 968f92d313a381cd2114c08d993befb02457620b (diff) | |
download | dotfiles-ea00c8fff39830205192310746e441c4f6528da7.tar.gz dotfiles-ea00c8fff39830205192310746e441c4f6528da7.tar.bz2 |
Add git.tyil.nl to ssh config
-rw-r--r-- | .ssh/config | 4 |
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 |