summaryrefslogtreecommitdiff
path: root/ssh/config-pers
blob: cf42f6b38a56c18931e600c7d40e04458f9d783e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SSH client configuration for my personal use.

Host cookiejar
    Hostname cookiejar.sequoia-pgp.org
    User liw
    Port 42422
    IdentityFile ~/.ssh/id_pep.foundation

Host runner1
    HostName 192.168.122.253
    ProxyJump cookiejar
    IdentityFile ~/.ssh/id_pep.foundation

Host dragon
    Hostname dragon.pibit.ch
    Port 107
    User liw
    IdentityFile ~/.ssh/id_pep.foundation

Host *.sequoia-pgp.org sequoia-pgp.org
#    IdentityFile ~/.ssh/liw-openpgp.pub
    IdentityFile ~/.ssh/id_pep.foundation

Host liwphone
    Hostname 10.1.1.192
    Port 2222
    User me
    IdentityFile ~/.ssh/id_personal

Host *vm.liw.fi
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no

Host gitlab.com
    IdentityFile ~/.ssh/id_gitlab.com

Host github.com
    IdentityFile ~/.ssh/id_github.com

Host atuin.liw.fi nalanda.liw.fi sq-test.liw.fi
    IdentityFile ~/.ssh/id_hetzner

Host git.liw.fi git-git.vm.liw.fi
    Port 12765

Host salsa.debian.org
    IdentityFile ~/.ssh/id_salsa

Host *
    IdentityFile ~/.ssh/id_personal