Issuing CLI commands from a PuTTY SSH client system

You can issue command-line interface (CLI) commands from a PuTTY SSH client system.

You can issue CLI commands to set the path environment variable to include the PuTTY directory:

  1. Open a command prompt.
  2. Issue the following command to set the path environment variable to include the PuTTY directory:
    set path=C:\Program Files\putty;%path%

    Where Program Files is the directory where PuTTY is installed.

  3. Use the PuTTY plink utility to connect to the SSH server on the cluster.