<%- include('layout', { body: `

Help - How to Use DevBench Manager

Back to Dashboard
SSH Configuration Tool

Follow these steps to configure SSH access to your VM:

  1. Download the VM SSH Config Tool

    Download the configuration tool from here:

    Download SSH Config Manager
  2. Open the Tool

    Run the db_vm_ssh_config_manager.exe application.

  3. Add Friendly Name

    In the "Host" field, enter a friendly name for your VM (e.g., vm-test1).

  4. Add SSH Port

    Enter the SSH port number shown in your DevBench connection info (e.g., 6004).

  5. Add Username

    Enter the username: asf_user

  6. Keep Jump Proxy

    Keep the jump proxy as: asf-jump

  7. Press Add VM

    Click the "Add VM" button to save the configuration.

  8. Select VM Host and Show Command

    In the "Select VM Host" dropdown, choose your VM name and click "Show Commands".

  9. Access Your VM

    You will now see the SSH command to access your VM. Copy and use it in your terminal.

Connection Information
SSH Connection:

After configuring the SSH tool, you can connect using:

ssh [your-vm-name]
VNC Connection:

For graphical access, use your VNC client with the port shown in your DevBench info.

Default Password: ASF

Important Notes
`, username }) %>