Skip to content

Host profile with gateway server #18877

Closed Answered by cpraveen
cpraveen asked this question in Help using VisIt
Discussion options

You must be logged in to vote

My gateway uses different port than the cluster, so I could not set up the host profile in a simple way.

What finally worked was to add this to my $HOME/.ssh/config file

Host cluster.in
   ProxyCommand ssh -p 4748 [email protected] -W %h:%p
   User praveen

and in the host profile gui, I set

Remote host name: cluster.in
Path to visit installation: xxx
Username: praveen
Check "Tunnel data connections through ssh"

I do not set any gateway server in the gui.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cpraveen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants