fn default()

in libazureinit/src/config.rs [68:73]


    fn default() -> Self {
        Self {
            authorized_keys_path: PathBuf::from(".ssh/authorized_keys"),
            query_sshd_config: true,
        }
    }