Skip to main content

ssh_insecure_acknowledged

Function ssh_insecure_acknowledged 

Source
pub fn ssh_insecure_acknowledged() -> bool
Expand description

Whether the operator explicitly acknowledged unverified SSH host keys.

The compatibility facade calls this before startup; the generic supervisor consumes only the resulting bool. 1/true/yes opts into SshSessionCache::new_compatibility() (MITM risk); anything else keeps known_hosts verification.