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

Host rocApex
    HostName 129.158.232.104
    User root

Host linode
    HostName 97.107.142.58
    User root

Host hetzner
    HostName 5.161.207.21
    User root

Host rncorepub
    Hostname 5.161.89.186
    User root

Host 192.168.216.1
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa

Host *
    KexAlgorithms -sntrup761x25519-sha512@openssh.com