diff options
Diffstat (limited to 'ssh/config')
-rw-r--r-- | ssh/config | 8 |
1 files changed, 8 insertions, 0 deletions
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 <YourUsername> # TODO: Set your username + # TODO: Generate a key, e.g.: + # $ ssh-keygen -t rsa -b 4096 -C <Comment/Email> -f ~/.ssh/id_fsi + #IdentityFile ~/.ssh/id_fsi |