aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
blob: 02735b6774c887a09803f62aa42fda09a0662b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Host git.fsi.uni-tuebingen.de
  Port 222
  User git
  HostKeyAlgorithms ssh-rsa

Host luna.fsi.uni-tuebingen.de
  HostName proxy.fsi.uni-tuebingen.de
  Port 50000

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