aboutsummaryrefslogtreecommitdiffstats
path: root/examples/storage-zte-pod4/ssh.cfg
blob: 830d6270fcbf6addc38b4cc08eb8aba749efcace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Connect to target node through jump host
#
# OpenSSH 7.3:
#   ProxyJump jumphost
# before OpenSSH 7.3
#   ProxyCommand ssh -o 'ForwardAgent yes' jumphost 'ssh-add && nc %h %p'

Host 192.0.2.9
  HostName 192.0.2.9
      User heat-admin
  ProxyCommand ssh -o 'ForwardAgent yes' apex-virtual-pod4 'ssh-add && nc %h %p'

Host 192.0.2.10
  HostName 192.0.2.10
      User heat-admin
  ProxyCommand ssh -o 'ForwardAgent yes' apex-virtual-pod4 'ssh-add && nc %h %p'