summaryrefslogtreecommitdiff
path: root/ssh/config-pers
blob: 7ee3cd110c1cc282445b611087fc866f759c54a1 (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
66
67
68
69
70
71
72
73
# 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
    IdentityFile ~/.ssh/liw-openpgp.pub

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

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

Host liwphone2
    Hostname 10.0.0.193
    Port 2222
    User me
    IdentityFile ~/.ssh/id_personal

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

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

Host git.dns-api.com
    IdentityFile ~/.ssh/liw-openpgp.pub
    SendEnv !LC_* !LANG

Host remy
    User root
    Hostname 10.0.0.79

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* *.liw.fi pieni.net localhost
    IdentityFile ~/.ssh/id_personal

Host contra7 workera kea obnam-dev sshca-dev clab-dev holywood2 web icktool
    IdentityFile ~/.ssh/id_personal

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

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

Host 10.0.0.* 195.* *.vm.liw.fi workera
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking accept-new
    CheckHostIp no
    IdentityFile ~/.ssh/liw-openpgp.pub