pcluster ssh - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

pcluster ssh

Runs a ssh command with the cluster user name and IP address pre-populated. Arbitrary arguments are appended to the end of the ssh command line.

pcluster ssh [-h] --cluster-name CLUSTER_NAME [--debug] [--dryrun DRYRUN] [--region REGION]

Named arguments

-h, --help

Shows the help text for pcluster ssh.

--cluster-name, -n CLUSTER_NAME

Specifies the name of the cluster to connect to.

--debug

Enables debug logging.

--dryrun DRYRUN

When true, prints the command line that would be run and exits. (Defaults to false.)

--region, -r REGION

Specifies the Amazon Web Services Region to use. The Amazon Web Services Region must be specified, using the AWS_DEFAULT_REGION environment variable, the region setting in the [default] section of the ~/.aws/config file, or the --region parameter.

Example:

$ pcluster ssh --cluster-name mycluster -i ~/.ssh/id_rsa

Runs an ssh command with the user name and IP address of the cluster pre-populated:

ssh ec2-user@1.1.1.1 -i ~/.ssh/id_rsa