summaryrefslogtreecommitdiff
path: root/ssh/config-pers
blob: 32dc198c3bebff7759a1e0c567f4a8b539cfd3e7 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 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 liwphone
    Hostname 10.1.1.192
    Port 2222
    User me
    IdentityFile ~/.ssh/id_personal

Host ci-prod-controller.vm.liw.fi
    IdentityFile ~/.ssh/id_personal

Host *vm.liw.fi atuin.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
    IdentityFile ~/.ssh/id_hetzner

Host exolobe* solace stamina *.liw.fi pieni.net localhost puomi debian-mirror
    IdentityFile ~/.ssh/id_personal

Host contra7 workera kea holywood2 icktool ewww-test obnam-bench billion
    IdentityFile ~/.ssh/id_personal

Host *-dev sequoia-web mirror-git obnam-server python-mess 10.0.0.4
    IdentityFile ~/.ssh/id_personal

Host v-i x220 e1 web virtualbox
    IdentityFile ~/.ssh/id_personal
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no

Host git.liw.fi git-git.vm.liw.fi
    Port 12765
    IdentityFile ~/.ssh/id_personal

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

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