Hi there, Correct me if I'm wrong: There's no method in libssh to read authorized_keys, i.e. more than one key from a file?
The nearest we get is ssh_pki_import_pubkey_file() - but this returns only the first key in file... Maybe someone has already written an auth_pubkey_function callback to authenticate against public keys from a file? Thanks, Till