-
Notifications
You must be signed in to change notification settings - Fork 3
/
ssh_hslinucb.config
executable file
·84 lines (76 loc) · 2.42 KB
/
ssh_hslinucb.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
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
# Software Name : HSLinUCB
# SPDX-FileCopyrightText: Copyright (c) 2021 Orange
# SPDX-License-Identifier: GPL-2.0
#
# This software is distributed under the GNU General Public License v2.0 license
#
# Author: David DELANDE <[email protected]> et al
Host 127.0.0.1
ProxyCommand none
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host master1
User <master1 remote ssh user>
HostName <master1 floating ip>
ProxyCommand none
IdentityFile hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host agent1
User <agent1 remote ssh user>
HostName <agent1 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host stress2
User <stress2 remote ssh user>
HostName <stress2 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host stress1
User <stress1 remote ssh user>
HostName <stress1 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host worker3
User <worker3 remote ssh user>
HostName <worker3 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host worker2
User <worker2 remote ssh user>
HostName <worker2 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no
Host worker1
User <worker1 remote ssh user>
HostName <worker1 ip address on openstack private network>
ProxyCommand ssh -q -A <master1 remote ssh user>@<master1 floating ip> -i ./hslinucb_ssh.key -W %h:%p
IdentityFile ./hslinucb_ssh.key
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PasswordAuthentication no