Unit

ScUtils

 

type

 TScSSHChannelPermission = (cpAllowLocalForwarding, cpAllowRemoteForwarding, cpAllowShell, cpAllowSFTP);

 TScSSHChannelPermissions = set of TScSSHChannelPermission;

 

Description

The TScSSHChannelPermission enumeration represents permissions, which determine whether a new SSH channel is allowed to be opened for this SSH connection at the client's request.

 

 

ValueMeaning
cpAllowLocalForwardingSpecifies that a user is allowed to open a channel for local port forwarding.
cpAllowRemoteForwardingSpecifies  that a user is allowed to open a channel for remote port forwarding.
cpAllowShellSpecifies  that a user is allowed to open a shell session to execute commands.
cpAllowSFTPSpecifies  that a user is allowed to open a SFTP session.

 

See also

TScUser.SSHChannelPermissions

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support