summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 92ea7ef08186e38e809637dfe90166322ad68b87 (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
Match Host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"

Host shun*
    HostName shun.freya.cat
    user freya

Host *.in.freya.cat
    User root

Host lenga
    HostName 10.2.0.8
    User root
    Port 1111

Host ospf.lenga*
    HostName ospf.lenga.in.freya.cat
    User root
    Port 22

Host router.lenga*
    HostName router.lenga.in.freya.cat
    User root
    Port 22

Host services.lenga*
    HostName services.lenga.in.freya.cat
    User root
    Port 22

Host plex.lenga*
    HostName plex.lenga.in.freya.cat
    User root
    Port 22

Host minecraft.lenga*
    HostName minecraft.lenga.in.freya.cat
    User root
    Port 22

Host tangela*
    HostName tangela.in.freya.cat
    User root
    Port 22

Host router.tangela*
    HostName router.tangela.in.freya.cat
    User root
    Port 22

Host stationery
    HostName stationery.faith
    User freya

Host redcom
    HostName fmurphy-dev.redcom.com
    User fmurphy

Host *.cs.rit.edu
    User tam2214

Host *
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedKeyTypes +ssh-rsa
    KexAlgorithms -sntrup761x25519-sha512@openssh.com
    ForwardX11 yes
    ForwardX11Trusted yes