Authentication
Configure host-key trust, choose an auth method, and understand the supported key formats.
This section covers the main authentication and trust workflows supported by Traversio:
- password authentication
- keyboard-interactive authentication through async callbacks
- Ed25519, RSA, and ECDSA public-key authentication from raw private-key bytes or OpenSSH private keys
- OpenSSH-compatible key generation for the same key families
- explicit host-key trust policy selection on every connection
Use these pages to choose a trust policy, select an auth method, and confirm the limits of each path.
In This Section
Host Key Trust
Choose a host-key policy and understand the supported trust models.
Password Authentication
Password authentication in Traversio and its practical limits.
Public-Key Authentication
Ed25519, RSA, and ECDSA public-key authentication, including raw-key, OpenSSH key-loading, and OpenSSH key-generation paths.
Keyboard-Interactive Authentication
Generic challenge-response authentication through async callbacks.