File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed
Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -31,41 +31,36 @@ default:
3131 IdentityFile : ~/.ssh/id_rsa
3232
3333web_servers :
34- Port : 2201
35- IdentityFile : ~/.ssh/digital_ocean
34+ Config :
35+ Port : 2201
36+ IdentityFile : ~/.ssh/digital_ocean
3637 Hosts :
37- projects-do-1 :
38- HostName : projects-do-1.example.com
39- projects-do-2 :
40- HostName : projects-do-2.example.com
38+ projects-do-1 : projects-do-1.example.com
39+ projects-do-2 : projects-do-2.example.com
4140 projects-aws :
4241 HostName : projects-aws.example.com
4342 IdentityFile : ~/.ssh/aws
4443
4544raspberry_pis :
46- User : pi
45+ Config :
46+ User : pi
4747 Hosts :
48- pi1 :
49- HostName : 192.168.0.107
50- pi2 :
51- HostName : 192.168.0.108
48+ pi1 : 192.168.0.107
49+ pi2 : 192.168.0.108
5250
5351local :
5452 Hosts :
5553 router :
5654 HostName : 192.168.0.1
5755 User : root
58- kodi :
59- HostName : 192.168.0.200
56+ kodi : 192.168.0.200
6057
6158work :
62- User : bcromwell
59+ Config :
60+ User : bcromwell
6361 Hosts :
64- workpc :
65- HostName : 10.0.0.80
66- gitlab :
67- HostName : 10.0.0.30
68- jenkins :
69- HostName : 10.0.0.20
62+ workpc : 10.0.0.80
63+ gitlab : 10.0.0.30
64+ jenkins : 10.0.0.20
7065
7166```
You can’t perform that action at this time.
0 commit comments