이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.24. fabric:container-update-ssh
Abstract
Update the SSH credentials for a specified container.
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
fabric:container-update-ssh-credentials
[
--help
] {
--user
} {
--password
} {
Container
}
Description 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This command is used to update the credentials of a remote SSH container. The credentials are held in ZooKeeper in binary format, so they cannot be edited manually.
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The table below contains the arguments for the
fabric:container-update-ssh
command.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
--user | (Required) The user ID of the user performing the operation. |
--password | (Required) The password of the user performing the operation. |
Container | (Required) The name of the container on which to perform the operation. |