Note: This section applies to the Cleo Harmony and Cleo VLTrader applications only.
The Cleo Harmony and Cleo VLTrader applications contain a full-featured, embedded SSH FTP server for receiving SSH FTP requests. The server supports version 3 of the SSH FTP (SFTP) protocol. The server does not support other SSH requests for shells, port forwarding, etc.
See Local SSH FTP Users configuration.
SSH FTP Local Listener reference
- SSH FTP
Allow a client to send SSH FTP requests.
- SSH FTP Server Private Key(s)
-
Select one or more valid SSH FTP Server Private Keys. Use the table right-click menus and buttons to insert, move, and remove keys in the list. A valid Password is required for each Private Key specified. A key for each supported key algorithm is allowed, which includes ssh-rsa, ssh-dss, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, and ssh-ed25519. Note that if an ssh-rsa key is configured, the rsa-sha2-256 and rsa-sha2-512 algorithms are also enabled using that same key. The order of the keys configured dictates the order of the algorithms presented to clients. Note that the ssh-ed25519 algorithm is not supported in FIPS mode.
Note that if an RSA server key is configured, the ssh-rsa, rsa-sha2-256, rsa-sha2-512 algorithms are also enabled using that same key. The Local Listener Advanced property, SSH FTP Public Key Pattern, can be used to limit which public key algorithms are offered. For example, setting the property to [^(?!ssh-rsa$).*] will result in only the rsa-sha2-256 and rsa-sha2-512 algorithms being offered by the server for a configured RSA server key. The order of the keys configured dictates the order of the algorithms presented to clients. Also note that the ssh-rsa and ssh-dss algorithms are eliminated at runtime in FIPS mode as they are not allowed by FIPS 140-3.
Comments
0 comments
Please sign in to leave a comment.