summaryrefslogtreecommitdiffstats
path: root/resources/template/ssh.cfg.sample
blob: efa45ab6201df66cc073b99264f3e149cb8a8c8e (plain)
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
Host node-5
  HostName 10.20.5.12
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-4
  HostName 10.20.5.14
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-7
  HostName 10.20.5.15
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-6
  HostName 10.20.5.16
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-1
  HostName 10.20.5.10
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-3
  HostName 10.20.5.11
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master

Host node-2
  HostName 10.20.5.13
  User root
  # Use `ProxyCommand` for OpenSSH before 7.3
  ProxyCommand ssh -o 'ForwardAgent yes' fuel-master 'ssh-add && nc %h %p'
  # `ProxyJump` is available since OpenSSH 7.3
  # ProxyJump fuel-master