From 528ce31338f04c85249b8f0474abc9ea6fe13d32 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 14 Mar 2023 21:34:50 +0000 Subject: [PATCH] Add server ssh config --- ssh/config.d/xenia.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh/config.d/xenia.conf diff --git a/ssh/config.d/xenia.conf b/ssh/config.d/xenia.conf new file mode 100644 index 00000000..921517e4 --- /dev/null +++ b/ssh/config.d/xenia.conf @@ -0,0 +1,8 @@ +# vim: ft=sshconfig + +Host xenia + User xenia + HostName 192.168.1.230 + Port 30 + ForwardX11 no + ForwardAgent yes