aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
blob: c79a14653bc33a463cd3c75b38273aa037f59e0f (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
# Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host *
    ForwardAgent yes
    StreamLocalBindUnlink yes
    RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra

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

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