mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-26 01:26:10 +08:00
fix: message scpdownload scpupload in groupDelGuestAccess
This commit is contained in:
parent
a0e6486753
commit
457df64290
1 changed files with 4 additions and 4 deletions
|
@ -44,10 +44,10 @@ Usage: --osh SCRIPT_NAME --group GROUP --account ACCOUNT [OPTIONS]
|
|||
must not specify --user in that case. However, for this protocol to be usable under a given
|
||||
remote user, access to the USER@HOST:PORT tuple must also be allowed.
|
||||
PROTO must be one of:
|
||||
scpup allow SCP upload, you--bastion-->server
|
||||
scpdown allow SCP download, you<--bastion--server
|
||||
sftp allow usage of the SFTP subsystem, through the bastion
|
||||
rsync allow usage of rsync, through the bastion
|
||||
scpupload allow SCP upload, you--bastion-->server
|
||||
scpdownload allow SCP download, you<--bastion--server
|
||||
sftp allow usage of the SFTP subsystem, through the bastion
|
||||
rsync allow usage of rsync, through the bastion
|
||||
|
||||
This command removes, from an existing bastion account, access to a given server, using the
|
||||
egress keys of the group. The list of such servers is given by ``groupListGuestAccesses``
|
||||
|
|
Loading…
Reference in a new issue