本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
[aliases]
部分
主题
指定别名,并使您能够自定义 ssh
命令。
请注意以下默认设置:
-
CFN_USER
设置为操作系统的默认用户名 -
MASTER_IP
设置为头节点的 IP 地址 -
ARGS
设置为用户在pcluster ssh cluster_name
之后提供的任何参数
[aliases] # This is the aliases section, you can configure # ssh alias here ssh = ssh {CFN_USER}@{MASTER_IP} {ARGS}