SFTP Protocol
Click the New button and in the New server panel select the SFTP protocol.
These fields will appear allowing you to enter the settings for the server:
Name: assign a name to the server you are creating; it will appear in the server card or row.
Port: enter the port to connect to the server.
Description: enter a description of the server.
Allowed client authentication modes: this field refers to the SSH client authentication mechanism. Possible values:
PUBLICKEY
PASSWORD
PASSWORD_AND_PUBLICKEY
PASSWORD_OR_PUBLICKEY
Server key: select the key identifier about the keystore store to select Private Key and Certificate to create an SSL connection.
VFS: select the VFS that will be accessible through the SFTP protocol.
Accepted cipher suites: select the cipherSuites accepted to establish an SSL connection. For a list of all accepted Cipher Suites, follow this link.
Key Exchange Algorithms: possible values are either ALL or these specific values: - DIFFIE_HELLMAN_GROUP1_SHA1 - DIFFIE_HELLMAN_GROUP14_SHA1 - DIFFIE_HELLMAN_GROUP14_SHA256 - DIFFIE_HELLMAN_GROUP15_SHA512 - DIFFIE_HELLMAN_GROUP16_SHA512 - DIFFIE_HELLMAN_GROUP17_SHA512 - DIFFIE_HELLMAN_GROUP18_SHA512 - DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1 - DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA256 - ECDH_SHA2_NISTP256 - ECDH_SHA2_NISTP384 - ECDH_SHA2_NISTP521
Mac Algorithm: the possible values are either ALL or these specific values: - HMAC_MD5 - HMAC_SHA1 - HMAC_MD5_96 - HMAC_SHA1_96 - HMAC_SHA256 - HMAC_SHA2_256 - HMAC_SHA2_512
Last updated