summaryrefslogtreecommitdiff
path: root/ssh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-07-02 21:18:45 -0500
committerBlaise Thompson <blaise@untzag.com>2018-07-02 21:18:45 -0500
commit7bcb0b78ce9e70b5e09ed84677742357ffdd3709 (patch)
treee33afbc154c0c302b78c7888d9e019b77df6340a /ssh
parent4fda7b1b6eb947fbf0c9d8e2fe654d4db039401b (diff)
2018-07-02 21:18
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config9
1 files changed, 9 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
new file mode 100644
index 0000000..bc59297
--- /dev/null
+++ b/ssh/config
@@ -0,0 +1,9 @@
+host wright_fs
+ User John
+ HostName 128.104.68.238
+ Port 22
+
+host wright_ps
+ User John
+ HostName 128.104.69.51
+ Port 22