summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-11 08:30:52 +0200
committerLars Wirzenius <liw@liw.fi>2021-12-11 08:30:52 +0200
commit6b238c16e734845fb65752588d02223928e967e0 (patch)
tree403ad5a441c3207f20415ea6419d1d8180122053
parent62fd54c03f246a458bc231cf98135835e914758b (diff)
downloadliw-dot-files-6b238c16e734845fb65752588d02223928e967e0.tar.gz
ssh config fixes
Sponsored-by: author
-rw-r--r--ssh/config-pers6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh/config-pers b/ssh/config-pers
index 7ee3cd1..0828099 100644
--- a/ssh/config-pers
+++ b/ssh/config-pers
@@ -19,7 +19,7 @@ Host dragon
IdentityFile ~/.ssh/id_pep.foundation
Host liwphone
- Hostname 10.0.0.161
+ Hostname 10.0.0.193
Port 2222
User me
IdentityFile ~/.ssh/id_personal
@@ -57,7 +57,7 @@ Host atuin.liw.fi nalanda.liw.fi
Host exolobe* *.liw.fi pieni.net localhost
IdentityFile ~/.ssh/id_personal
-Host contra7 workera kea obnam-dev sshca-dev clab-dev holywood2 web icktool
+Host contra7 workera kea holywood2 web icktool ewww-test
IdentityFile ~/.ssh/id_personal
Host *-dev sequoia-dev-e5 sequoia-web mirror-git obnam-server python-mess 10.0.0.4
@@ -70,4 +70,4 @@ Host 10.0.0.* 195.* *.vm.liw.fi workera
UserKnownHostsFile /dev/null
StrictHostKeyChecking accept-new
CheckHostIp no
- IdentityFile ~/.ssh/liw-openpgp.pub
+ IdentityFile ~/.ssh/liw-openpgp.pub \ No newline at end of file