-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathhosts_config.ini
28 lines (22 loc) · 1016 Bytes
/
hosts_config.ini
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
# Here you can declare nodes that will be visible to TensorHive.
# This will allow to reach nodes via SSH for GPU monitoring and protection purposes.
# Note:
# If you are an admin who sets up TensorHive for others,
# it is advised to create dedicated UNIX user accounts for each node, e.g. "tensorhive"
# (hosts will be then reached like: tensorhive@example_hostname)
# 1. Uncomment and adjust these lines:
# You can add multiple entries, depending on your needs.
# Hostname aliases from e.g. ~/.ssh/config are not respected!
; [example_hostname]
; user = example_username
; port = 22
# Here you can enable proxy that will be used
# to reach all of the hosts declared above.
# Schema: ParallelSSHClient -> proxy_user@proxy_host -> All end nodes
# 2. You can leave it as it is unless you want to use it:
; [proxy_tunneling]
; enabled = yes
; proxy_host = example_proxy_hostname
; proxy_user = example_proxy_username
; proxy_port = 22
# 3. Next step is to run 'tensorhive key' and follow further instructions.