[aliases] section
Topics
Specifies aliases, and enables you to customize the ssh command.
Note the following default settings:
-
CFN_USERis set to the default user name for the OS -
MASTER_IPis set to the IP address of the head node -
ARGSis set to whatever arguments the user provides afterpcluster ssh cluster_name
[aliases] # This is the aliases section, you can configure # ssh alias here ssh = ssh {CFN_USER}@{MASTER_IP} {ARGS}
Update policy: This setting is not analyzed during an update.