-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.conf
More file actions
63 lines (52 loc) · 1.07 KB
/
readme.conf
File metadata and controls
63 lines (52 loc) · 1.07 KB
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
# Generated by sshush v0.0.0-dev
# From bentemp/readme.yaml
# web_servers
Host projects-aws
HostName projects-aws.example.com
IdentityFile ~/.ssh/aws
Port 2201
User ben
Host projects-do-1
HostName projects-do-1.example.com
IdentityFile ~/.ssh/digital_ocean
Port 2201
User ben
Host projects-do-2
HostName projects-do-2.example.com
IdentityFile ~/.ssh/digital_ocean
Port 2201
User ben
# raspberry_pis
Host pi1
HostName 192.168.0.107
IdentityFile ~/.ssh/id_rsa
User pi
Host pi2
HostName 192.168.0.108
IdentityFile ~/.ssh/id_rsa
User pi
# local
Host kodi
HostName 192.168.0.200
IdentityFile ~/.ssh/id_rsa
User ben
Host router
HostName 192.168.0.1
IdentityFile ~/.ssh/id_rsa
User root
# work
Host gitlab
HostName 10.0.0.30
IdentityFile ~/.ssh/id_rsa
User bcromwell
Host jenkins
HostName 10.0.0.20
IdentityFile ~/.ssh/id_rsa
User bcromwell
Host workpc
HostName 10.0.0.80
IdentityFile ~/.ssh/id_rsa
User bcromwell
# Global config
Host *
UseRoaming no