Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 3.87 KB

File metadata and controls

54 lines (47 loc) · 3.87 KB

Supported SSH Algorithms

This document lists the cryptographic algorithms supported by the ConnectBot SSH library.

Algorithms labeled legacy opt-in are implemented for compatibility but are not offered by the default SshClientConfig. Applications must add them explicitly to the corresponding algorithm string.

Authentication

  • keyboard-interactive
  • password
  • publickey (including FIDO2 / Security Key algorithms sk-ssh-ed25519@openssh.com and sk-ecdsa-sha2-nistp256@openssh.com)

Host Keys

Key Exchange

Encryption

MACs