Example ssh_server only checks first line of authorized_keys file

When using the authorized_keys option, only the first key in the file is used to check against the client's given ssh key. The function ssh_pki_import_pubkey_file function call returns the first key. This one is checked, and the function returns if this key is incorrect.

Proposed Solution: Parse the whole file in the same way as for the known_hosts .