From 5e77316326a38614716e9a054208283eb5e4f08b Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Thu, 25 May 2017 22:27:48 +0200 Subject: [PATCH] added ssh identity config --- ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ssh/config diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..90aea31 --- /dev/null +++ b/ssh/config @@ -0,0 +1,6 @@ +Host gitlab.cs.fau.de + IdentityFile ~/.gitrsa +Host *.fauiwg.de + IdentityFile ~/.ssh/wg +Host *.cs.fau.de + IdentityFile ~/.ssh/cipkey