aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
blob: 4b3e0ffb4b785392ed1c50230551f07e5e04c35e (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
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host *
    StrictHostKeyChecking no

Host bifrost
    User tobyv
    HostName bifrost
    
Host heimdall
    User pi
    HostName heimdall

Host loki
    User pi
    HostName loki.asgard

Host odin
    User tobyv
    HostName odin.asgard

Host thor
    User tobyv
    HostName thor.asgard

Host mjolnir
    User u0_a382
    HostName mjolnir.asgard
    Port 8022