<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Appendix > Security > Supported Encryption Technologies > SSH Encryption |
SSH Encryption
SFTP stands for "SSH File Transfer Protocol." Like its name suggests, it is a file transfer protocol (similar to FTP) that operates inside an SSH (secure shell) session. The SSH protocol, and by extension Robo-FTP's implementation of SSH/SFTP, offers a number of encryption and encryption-related features to ensure the security of your data. When an initial connection is established to the server, both client and server must agree to use the same ciphers and algorithms.
Supported Key-Exchange methods:
diffie-hellman-group1-sha1
diffie-hellman-group14-sha1
diffie-hellman-group-exchange-sha1
diffie-hellman-group-exchange-sha256
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
Supported Ciphers:
aes128-ctr
aes192-ctr
aes256-ctr
aes256-cbc
aes192-cbc
aes128-cbc
blowfish-cbc
arcfour128
arcfour
cast128-cbc
3des-cbc
Supported HMACs (hash-based message authentication code)
SHA1
SHA1-96
SHA2-256
SHA2-512
MD5
MD5-96
RIPEMD-160
See also: Connecting to Secure Sites