Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

You can avoid that prompt by passing the environment variable with the desired value:

No Format
STHOST=ws2 ssh -o SendEnv=STHOST aahpc-login


Batch Jobs

When submitting jobs, you must ensure you pass the desired STHOST to your jobs with the corresponding SBATCH export directive. For example, to select ws2 in the job script you need to add:

...