summaryrefslogtreecommitdiff
path: root/home-config/ssh/config
blob: 88b89c3cf5f40aad6f9970744aa5a18e4047fbb8 (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
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"

Host icarus
    HostName icarus.freya.cat
    User freya

Host tardis
    HostName tardis.freya.cat
    User freya
    Port 1111

Host stationery
    HostName stationery.faith
    User freya

Host queeg
    Hostname queeg.cs.rit.edu
    User tam2214

Host nitron
    Hostname nitron.cs.rit.edu
    User tam2214

Host github.com
    Hostname github.com
    User tam2214
    IdentityFile /home/freya/.ssh/id_rit

#Host *
#    KexAlgorithms -sntrup761x25519-sha512@openssh.com