forked from streeter/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsshconfig
106 lines (85 loc) · 1.68 KB
/
sshconfig
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
##
# More specific entries at the top
#
Host rowdy-icloud
HostName rowdy.29541183.members.btmm.icloud.com
User streeter
AddressFamily inet6
Protocol 2
Host scout
HostName 10.1.10.10
User streeter
ForwardAgent yes
IdentitiesOnly yes
Host home
HostName home.streeter.co
User streeter
ForwardAgent yes
IdentitiesOnly yes
# Swanson
Host swanson
HostName swanson.local
User streeter
ForwardAgent yes
IdentitiesOnly yes
Host mac-mini
HostName home.streeter.co
User jenkins
ForwardAgent yes
IdentitiesOnly yes
# Cal
#
Host hal
HostName hal.rescomp.berkeley.edu
User cstreetr
ForwardAgent no
IdentitiesOnly yes
Host irc
HostName irc.housing.berkeley.edu
User cstreetr
ForwardAgent no
IdentitiesOnly yes
Host ocf
HostName ssh.ocf.berkeley.edu
User streeter
ForwardAgent no
IdentitiesOnly yes
# Heroku
#
Host heroku.personal
IdentityFile ~/.ssh/identity.heroku.personal
Host heroku.educreations
IdentityFile ~/.ssh/identity.heroku.educreations
Host heroku.*
HostName heroku.com
IdentitiesOnly yes
ForwardAgent no
# EC Internal
#
Host *.internal
HostName %h.educreations.com
# AWS
#
Host *.us-west-2.compute.amazonaws.com
IdentityFile ~/.ssh/aws.personal
Host *.compute-1.amazonaws.com
ForwardAgent yes
IdentityFile ~/.ssh/aws.educreations
Host *.amazonaws.com
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
IdentitiesOnly yes
# General Defaults
#
Host *
User streeter
StrictHostKeyChecking ask
Compression yes
#ConnectTimeout 2
#ControlMaster auto
#ControlPath ~/.ssh/master/%r@%h:%p
IdentityFile ~/.ssh/id_dsa
ServerAliveCountMax 3
ServerAliveInterval 15
TCPKeepAlive yes
#VisualHostKey yes