key_type_allowed
return key_type_allowed(key, options.pubkey_accepted_algos);
static int key_type_allowed(struct sshkey *, const char *);
if (!key_type_allowed(hostkey, options.hostkeyalgorithms)) {