diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-04-30 13:58:20 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-04-30 13:58:20 +0000 |
commit | 567cc5984abc6b1380f8a807a0a8f197bb8a3b93 (patch) | |
tree | e8a58771a88ff810214c93ed27db853a632a4abb /libssh/libssh.map | |
parent | 06a0dea2add09bdadc870a7f664c17c00a326f89 (diff) | |
download | libssh-567cc5984abc6b1380f8a807a0a8f197bb8a3b93.tar.gz libssh-567cc5984abc6b1380f8a807a0a8f197bb8a3b93.tar.xz libssh-567cc5984abc6b1380f8a807a0a8f197bb8a3b93.zip |
Improve the autopubkey authentication.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@658 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/libssh.map')
-rw-r--r-- | libssh/libssh.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/libssh.map b/libssh/libssh.map index a6e13da..c28d2e1 100644 --- a/libssh/libssh.map +++ b/libssh/libssh.map @@ -12,7 +12,7 @@ SSH_0.3 { ssh_get_pubkey_hash; ssh_get_pubkey; ssh_fd_poll; ssh_select; publickey_free; privatekey_from_file; publickey_to_string; publickey_from_privatekey; - private_key_free; publickey_from_file; publickey_from_next_file; + private_key_free; publickey_from_file; try_publickey_from_file; ssh_is_server_known; ssh_write_knownhost; channel_new; channel_open_forward; channel_open_session; channel_free; channel_request_pty; channel_request_pty_size; channel_change_pty_size; |