From 5f7b17fd7db8f9ee23d0a2e7c24090869bcf6c12 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 29 Aug 2017 00:16:27 -0500 Subject: add ssh+config --- dotfiles/ssh+config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/ssh+config (limited to 'dotfiles') diff --git a/dotfiles/ssh+config b/dotfiles/ssh+config new file mode 100644 index 0000000..bc59297 --- /dev/null +++ b/dotfiles/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 -- cgit v1.2.3