aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
blob: b4a08aab1662e4271da48de109f879054f6e12e2 (plain) (blame)
1
2
3
4
5
6
7
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