Skip to main content

PREFERRED_HOST_KEY_ALGOS

Static PREFERRED_HOST_KEY_ALGOS 

Source
pub static PREFERRED_HOST_KEY_ALGOS: &[Name]
Expand description

Preferred host-key algorithms advertised to the server, ordered from most to least preferred. RSA variants (including the legacy ssh-rsa / SHA-1) are included so that older servers that only offer RSA host keys are still reachable. The openssl feature on russh / russh-keys must be enabled for the RSA entries to have any effect.