SSH¶
Supported connection modes:
Supported features:
Connections multiplexing (video export, session termination, pause, join, playback, raw data),
SCP (raw data, session termination, extracting separate files),
SFTP,
2FA,
Port redirection (video export, session termination, pause, session join, playback, raw data),
SSH Agent forwarding (transparent, not recorded),
X11 - within SSH protocol (video export, session termination, pause, session join, playback, raw data),
Shell (video export, session termination, pause, session join, playback, raw data),
Terminal (video export, session termination, pause, session join, playback, raw data).
Supported encryption algorithms:
Server: RSA, DSA
Listener: RSA, DSA
Supported hashing algorithms:
MD5
SHA256
Supported types of SSH keys:
RSA
ED25519, ED25519-SK
ECDSA, ECDSA-SK
DSA (with the Legacy crypto option enabled)
Supported encoding: UTF-8
Supported ciphers:
Warning
The OpenSSH protocol has been updated to version 9.6 since Fudo Enterprise 5.4.8. The following lists are current as of version 5.4.8.
If you are using a version of Fudo Enterprise earlier than 5.4.8, please refer to the 5.3 or earlier documentation.
If you are using version 5.4.7, please read the warning regarding MAC algorithms below.
Supported key exchange algorithms:
curve25519-sha256curve25519-sha256@libssh.orgdiffie-hellman-group-exchange-sha256diffie-hellman-group16-sha512diffie-hellman-group18-sha512diffie-hellman-group14-sha256ecdh-sha2-nistp256ecdh-sha2-nistp384ecdh-sha2-nistp521sntrup761x25519-sha512@openssh.com
additionally, there are 3 more key exchange algorithms supported when the Legacy crypto option is enabled:
diffie-hellman-group14-sha1diffie-hellman-group1-sha1diffie-hellman-group-exchange-sha1
Supported host key algorithms:
ecdsa-sha2-nistp256-cert-v01@openssh.comecdsa-sha2-nistp384-cert-v01@openssh.comecdsa-sha2-nistp521-cert-v01@openssh.comssh-ed25519-cert-v01@openssh.comrsa-sha2-512-cert-v01@openssh.comrsa-sha2-256-cert-v01@openssh.comecdsa-sha2-nistp256ecdsa-sha2-nistp384ecdsa-sha2-nistp521ssh-ed25519rsa-sha2-512rsa-sha2-256sk-ecdsa-sha2-nistp256-cert-v01@openssh.comsk-ecdsa-sha2-nistp256@openssh.comsk-ssh-ed25519-cert-v01@openssh.comsk-ssh-ed25519@openssh.com
plus, there are 4 more host key algorithms supported when the Legacy crypto option is enabled:
ssh-rsassh-rsa-cert-v01@openssh.comssh-dssssh-dss-cert-v01@openssh.com
Supported encryption algorithms:
chacha20-poly1305@openssh.comaes128-ctraes192-ctraes256-ctraes128-gcm@openssh.comaes256-gcm@openssh.com
additionally, there are 10 more encryption algorithms supported when the Legacy crypto option is enabled:
aes128-cbcaes192-cbcaes256-cbcrijndael-cbc@lysator.liu.se3des-cbcarcfour256arcfour128arcfourblowfish-cbccast128-cbc
Supported MAC algorithms:
umac-64-etm@openssh.comumac-128-etm@openssh.comhmac-sha2-256-etm@openssh.comhmac-sha2-512-etm@openssh.comumac-64@openssh.comumac-128@openssh.comhmac-sha2-256hmac-sha2-512
plus, there are 11 more MAC algorithms supported when the Legacy crypto option is enabled:
hmac-sha1hmac-sha1-etm@openssh.comhmac-sha1-96-etm@openssh.comhmac-sha1-96hmac-ripemd160hmac-ripemd160@openssh.comhmac-ripemd160-etm@openssh.comhmac-md5hmac-md5-96hmac-md5-etm@openssh.comhmac-md5-96-etm@openssh.com
Warning
Version Fudo Enterprise 5.4.7 introduced a reduced list of supported MAC algorithms:
hmac-sha2-256
hmac-sha2-512
umac-128@openssh.com
umac-64@openssh.com
plus 6 more MAC algorithms supported when the Legacy crypto option enabled:
hmac-md5
hmac-md5-96
hmac-ripemd160
hmac-ripemd160@openssh.com
hmac-sha1
hmac-sha1-96
Notes:
SSH protocol implementation supports user authentication over RADIUS in challenge-response mode.