-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssh-config
51 lines (40 loc) · 907 Bytes
/
ssh-config
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ControlPath none
ForwardAgent yes
Host prod
HostName schmonz.com
Host schleierplay
HostName schleierplay
Host schleierprint
HostName schleierprint
Host smartos
HostName schmonz.people.pkgsrc.pub
User root
Host philolexian.org
User philolex
Host wiki.philo.org
Hostname wiki.philo.org
User philolex
Host pet-piercer.local
ForwardX11 yes
Host buildbox mini pet-power-plant
Hostname pet-power-plant.schmonz.com
Host classroom
User classroom
Hostname pet-power-plant.schmonz.com
#ControlPath ~/.ssh/%l-%r@%h:%p
#ControlMaster auto
#IdentityFile ~/.ssh/id_rsa
Host *
UseKeychain yes
AddKeysToAgent yes
User schmonz
#Host provide-socks
# IdentitiesOnly yes
# IdentityFile ~/.ssh/id_specialpurpose_rsa
# HostName actual.host.name
# User schmonz
# DynamicForward 1080
#
#Host connect-via-socks
# HostName actual.host.name
# ProxyCommand=nc -x localhost:1080 %h %p %h