diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-08-10 07:19:30 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-08-10 07:19:30 +0200 |
commit | 968f92d313a381cd2114c08d993befb02457620b (patch) | |
tree | 1d6c9af868f4f309f27ca28f6060d064f1f0f1b9 | |
parent | 8076d89da893080841da0a6e0d85645c9900df7e (diff) | |
download | dotfiles-968f92d313a381cd2114c08d993befb02457620b.tar.gz dotfiles-968f92d313a381cd2114c08d993befb02457620b.tar.bz2 |
Add host for jaomox
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index aa9f734..41de0e1 100644 --- a/.ssh/config +++ b/.ssh/config @@ -37,6 +37,9 @@ Host hurzak Host ivdea Hostname 10.57.100.8 +Host jaomox + Hostname 10.57.21.1 + Host rsync.net User zh1193 Hostname zh1193.rsync.net |