sysconf scp disable
Disable and stop the SCP service.
This command was added with the introduction of SFTP (a more modern and secure protocol).
By default, for compatibility, scp is enabled.
NOTE SCP is deprecated in favor of SFTP. Adjust any scripts or procedures that currently rely on scp.
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
Syntax
sysconf scp disable
Examples
lunash:>sysconf scp disable Command Result : 0 (Success)
lunash:>sysconf scp disable SCP is already disabled on the system. Command Result : 0 (Success)