aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-06 08:57:21 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-06 08:57:21 +0200
commitb4f12dd9768b9a453bfd00c374ebb4feb41535e4 (patch)
tree65dc65868091174fc90ad5be29574075a3681de8 /.ssh/config
parent7b5e2757b5bc699a28935c0189fc5472baa4fd46 (diff)
Update IPs used in ssh config
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config5
1 files changed, 1 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config
index 8c18030..c0a670d 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -5,7 +5,7 @@ Host *
IdentityFile ~/.ssh/id.d/%u@%L-ed25519
Host home.tyil.nl
- Hostname 10.57.100.7
+ Hostname 10.57.0.1
ForwardAgent yes
Host git.tyil.nl
@@ -17,9 +17,6 @@ Host rsync.net
Hostname zh1193.rsync.net
# Test cluster
-Host qohrei
- Hostname fd68:1057:1992:3381:0:1:1:1
-
# Libvirt VMs
Host 192.168.122.*
User root