diff options
author | ubq323 <ubq323@ubq323.website> | 2023-07-11 00:27:49 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-07-11 00:27:49 +0100 |
commit | a31ea3f55105675c7cbacd0c06bae6db9a5e75e7 (patch) | |
tree | 26bc1cdf33cbe3f48158269b3e742a0c8f3f2734 /.ssh/config | |
parent | 28b02299c6134b8af9954c28ebf278628c8d5726 (diff) |
add gitignore
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..956ee2d --- /dev/null +++ b/.ssh/config @@ -0,0 +1,30 @@ +Host do + Hostname 165.227.238.89 + User rebecca + +Host gnoml + Hostname gnomatus + Port 2222 + +Host gnomr + Hostname 90.249.151.161 + Port 2222 + + +Host re + HostName mondecitronne.com + User ubq323 + IdentityFile ~/.ssh/id_rsa + Port 7822 + +Host re2 + HostName alt.mondecitronne.com + User ubq323 + IdentityFile ~/.ssh/id_rsa + Port 7822 + +Host jerver + HostName 192.168.0.11 + User rebecca + + |