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 ciphers option enabled)
Supported encoding: UTF-8
Supported ciphers:
Supported key exchange algorithms:
curve25519-sha256curve25519-sha256@libssh.orgecdh-sha2-nistp256ecdh-sha2-nistp384ecdh-sha2-nistp521diffie-hellman-group-exchange-sha256diffie-hellman-group16-sha512diffie-hellman-group18-sha512diffie-hellman-group14-sha256diffie-hellman-group14-sha1
additionally, there are 2 more key exchange algorithms supported when the Legacy ciphers option is enabled:
diffie-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.comssh-rsa-cert-v01@openssh.comecdsa-sha2-nistp256ecdsa-sha2-nistp384ecdsa-sha2-nistp521ssh-ed25519rsa-sha2-512rsa-sha2-256ssh-rsa
plus, there are 2 more host key algorithms supported when the Legacy ciphers option is enabled:
ssh-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 ciphers 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.comhmac-sha1-etm@openssh.comumac-64@openssh.comumac-128@openssh.comhmac-sha2-256hmac-sha2-512hmac-sha1
plus, there are 10 more MAC algorithms supported when the Legacy ciphers option is enabled:
hmac-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.commac-md5-96-etm@openssh.com
Notes:
- SSH protocol implementation supports user authentication over RADIUS in challenge-response mode.