# This file contains the ssh configurations for access the SPB machines Host * ForwardAgent yes # The reverseproxy unconfigured is the reverseproxy machine # before "rake preconfig" command Host reverseproxy.unconfigured User spb Hostname Host reverseproxy User spb Hostname # The port must be equals to the one defined on config.yaml file "alt_ssh_port" Port ProxyCommand ssh spb@ -p 22 nc %h %p Host integration User spb Hostname Host database User spb Hostname # connect via reverseproxy host ProxyCommand ssh spb@ -p %p nc %h 22 Host social User spb Hostname # connect via reverseproxy host ProxyCommand ssh spb@ -p %p nc %h 22 Host email User spb Hostname # connect via reverseproxy host ProxyCommand ssh spb@ -p %p nc %h 22 Host mezuro User spb Hostname # connect via reverseproxy host ProxyCommand ssh spb@ -p %p nc %h 22 Host monitor User spb Hostname # connect via reverseproxy host ProxyCommand ssh spb@ -p %p nc %h 22