watt.ssh.
- watt.ssh.jsch.ciphers
- Specifies a list of ciphers that Integration Server supports for communication with an SFTP server. When establishing a connection to an SFTP server, these are the ciphers that Integration Server, acting as an SFTP client, presents to the SFTP server.
- watt.ssh.jsch.kex
- Specifies a comma-separated list of the key
exchange algorithms that will appear in the
Preferred Key
Exchange Algorithms list when creating or editing an SFTP server
alias. Specify only the key exchange algorithms that are not deemed to be
vulnerable. Do not list key exchange algorithms deemed to be vulnerable The
Preferred Key
Exchange Algorithms list will display the key exchange algorithms
in the same order in which the configuration parameter value lists the
algorithms. The default is “”, which means that
Integration Server displays all key exchange algorithms in the
Preferred Key
Exchange Algorithm list.
Important: If you change the setting of this parameter, you must restart Integration Server for the changes to take effect.
- watt.ssh.jsch.logging
- Enables JSch logging. When this property is
set to
true, all the logs from JSch will be printed on Integration Server console. The default isfalse. - watt.ssh.jsch.mac_c2s
- Specifies the order of message authentication
code (MAC) algorithms for client to server transmission. The default value is
the default order of MAC algorithms that
Integration Server acting as an SFTP Client supports. To disable use of a
MAC algorithm for client to server transmission, delete it from the
watt.ssh.jsch.mac_c2s value.
Note: If you change the setting of this parameter, you must restart Integration Server for the changes to take effect.
- watt.ssh.jsch.mac_s2c
- Specifies the order of message authentication
code (MAC) algorithms for server to client transmission. The default value is
the default order of MAC algorithms that
Integration Server acting as an SFTP Client supports. To disable use of a
MAC algorithm for server to client transmission, delete it from the
watt.ssh.jsch.mac_s2c value.
Note:
If you change the setting of this parameter, you must restart Integration Server for the changes to take effect.
Note:
- All
watt.ssh.jsch.*parameters, exceptwatt.ssh.jsch.logging, are deprecated. Do not use the deprecated parameters because the preferred key exchange algorithms, ciphers, and MAC algorithms are configured from the user interface. -
Integration Server uses the
watt.ssh.jsch.loggingserver configuration property to enable logging for both versions of the SFTP client.