From 4eb089dec46b8fd0a04d76873980dc3229f69375 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 24 Oct 2018 20:36:08 +0200 Subject: Add SSH configuration files (example) --- ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh/config (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..b4a08aa --- /dev/null +++ b/ssh/config @@ -0,0 +1,8 @@ +Host *.fsi.uni-tuebingen.de *.fs-psycho.uni-tuebingen.de *.klimagarten.uni-tuebingen.de + UserKnownHostsFile ~/.ssh/fsi_hosts # TODO: Copy the file from this repo + StrictHostKeyChecking yes + CheckHostIP no + #User # TODO: Set your username + # TODO: Generate a key, e.g.: + # $ ssh-keygen -t rsa -b 4096 -C -f ~/.ssh/id_fsi + #IdentityFile ~/.ssh/id_fsi -- cgit v1.2.3