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.
TIP SCP is deprecated, and we recommend that you "future-proof" your operations by updating scripts and procedures to call sftp by preference.
With UC10.4.0 and newer, versions of PSCP shipped with the Luna Client negotiate a secure file transfer connection using sftp, with scp as the fallback.
Prior to UC10.4.0 all versions of PSCP that were shipped with Luna clients have provided sftp as an option, but defaulted to scp.
Luna Network HSM 7 supports sftp as an option from version 7.9.0 or newer, defaulting to scp for compatibility.
Use of sftp is a security best practice.
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)