-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssh_config
46 lines (38 loc) · 1.14 KB
/
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
ServerAliveInterval 10
Host *
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host node10
HostName 192.168.1.5
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
Host node11
HostName 192.168.2.162
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10
Host node12
HostName 192.168.2.168
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10
Host node13
HostName 192.168.4.158
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10
Host node14
HostName 192.168.2.40
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10
Host node15
HostName 192.168.2.142
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10
Host node16
HostName 192.168.4.175
User ec2-user
IdentityFile roles/bootstrap/files/aws-my-ssh-key.pem
# ProxyCommand ssh -F ssh_config -W %h:%p node10