summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 4c6428cc9f05b6fd36fe5e4bfa7faf29342b171c (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
# vim:ft=sshconfig:

VerifyHostKeyDNS yes
ServerAliveInterval 60
ConnectTimeout 10
ConnectionAttempts 10
HashKnownHosts yes

# Allow SSH-RSA keys for now
PubkeyAcceptedKeyTypes +ssh-rsa

Host *.crute.me, !code.crute.me, mcrute-virt
    User mcrute
    ForwardAgent yes
    DynamicForward 9999
    # Tab Opener
    RemoteForward *:1424 localhost:1424
    # Music Ports
    RemoteForward 1234 localhost:1234
    RemoteForward 1235 localhost:1235

Host mcrute-virt.sea1.crute.me
    User mcrute
    ForwardAgent yes
    DynamicForward 9999
    # Tab Opener
    RemoteForward *:1424 localhost:1424

Host mcrute-virt.eu-west-2.crute.me
    User mcrute
    ForwardAgent yes
    DynamicForward 9999
    # Tab Opener
    RemoteForward *:1424 localhost:1424

Host mcrute-virt.ext.eu-west-2.crute.me
    Hostname 172.16.75r28
    User mcrute
    ForwardAgent yes
    ProxyCommand ssh -p 4321 -W %h:%p vpn-1.ext.eu-west-2.crute.me

Host git-codecommit.*.amazonaws.com
    User APKAJUVKIAJDACBHNR2Q
    IdentityFile ~/.ssh/id_rsa.home

Host ext.code.crute.me
    Hostname code.crute.me
    ProxyCommand ssh -F ~/.ssh/home -p 4321 -W %h:%p gateway-1.us-west-2.crute.me