aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
blob: 27b7b5e831a99796f688e690dc51e8954f015238 (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
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host bifrost
    User tobyv
    HostName bifrost
    
Host heimdall
    User pi
    HostName heimdall
    ForwardAgent yes

Host loki
    User pi
    HostName loki.asgard
    ForwardAgent yes
    StreamLocalBindUnlink yes

Host odin
    User tobyv
    HostName odin.asgard
    ForwardAgent yes

Host thor
    User tobyv
    HostName thor.asgard
    ForwardAgent yes

Host mjolnir
    User u0_a382
    HostName mjolnir.asgard
    Port 8022

Host siue
    User tovince
    HostName os.cs.siue.edu
    ForwardAgent yes
    RemoteCommand zsh -l
    RequestTTY force