sshkey_try_load_public
if ((r = sshkey_try_load_public(keyp, filename, commentp)) == 0)
if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0)
r = sshkey_try_load_public(keyp, file, NULL);