Connection via SSH Clients
This section describes how to connect SSH through third-party clients.
Connecting via Access Gateway
- Command Line
- PuTTY
- MobaXterm
- SecureCRT
Open the terminal.
Enter the connection string for SSH Proxy or Balancer. You can use IP address or DNS.
ssh axidianproxy
If necessary, specify the user and port.
ssh user@axidianproxy -p 2222
Enter password and TOTP.
Select the resource you want to connect to.
- Open PuTTY.
- In the Host Name (or IP address) field, enter the DNS or IP address of the SSH Proxy or the Balancer. If necessary, specify the port in the Port field.
- Click Open.
- Enter username, password and TOTP.
- Select the resource you want to connect to.
MobaXterm Configuring
In Mobaxterm versions below 23.0, you need to disable Fix connection issues. To do so, proceed as follows:
- Go to Settings → Configuration → SSH.
- Uncheck the Fix connection issues option.
- Save.
Connecting via Access Gateway
- Open MobaXterm.
- Create a connection via Sessions.
- Select SSH.
- In Remote host, enter the DNS or IP address of the SSH Proxy or the Balancer.
- Check the Specify username option.
- Enter the username.
- Click OK.
- Enter password and TOTP.
- Select the resource you want to connect to.
- Open SecureCRT.
- Open connection window.
- In the Protocol: dropdown list select SSH2.
- In the Hostname: field, enter the DNS or IP address of the SSH Proxy or the Balancer.
- Enter the username.
- Click Connect.
- Enter the password and TOTP.
- Select the resource you want to connect to.
Connecting to a Specific Resource
- Command Line
- PuTTY
- MobaXterm
- SecureCRT
- In the user console, next to the SSH resource, click Copy. This will copy to the clipboard the SSH connecting command to this resource.
- Paste the copied line into the terminal.
- Enter password and TOTP.
- In the user console, next to the SSH resource, click Copy. This will copy to the clipboard the SSH connecting command to this resource.
- Open PuTTY.
- Paste the copied line into the Host Name (or IP address) field. Remove quotation marks from the field.
- Click Open.
- Enter password and TOTP.
- Open MobaXterm.
- Create a connection via Sessions.
- Select SSH.
- In Remote host, enter the DNS or IP address of the SSH Proxy or the Balancer.
- Check the Specify username option.
- Enter the username. You can specify it in the format:
[user-name]#[resource]#[account-name]#[reason]@[proxy-address].
For example:VDD\alex.shushkin#cent9en.vdd.com#CENT9EN\local##
- Click OK.
- Enter password and TOTP.
- Open SecureCRT.
- Open connection window.
- In the Protocol: dropdown list select SSH2.
- In the Hostname: field, enter the DNS or IP address of the SSH Proxy or the Balancer.
- Enter the username. You can specify it in the format:
[user-name]#[resource]#[account-name]#[reason]@[proxy-address]
.
For example,VDD\alex.shushkin#cent9en.vdd.com#CENT9EN\local##
- Click Connect.
- Enter the password and TOTP.