From 567cc5984abc6b1380f8a807a0a8f197bb8a3b93 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 30 Apr 2009 13:58:20 +0000 Subject: Improve the autopubkey authentication. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@658 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/libssh.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/libssh.map') diff --git a/libssh/libssh.map b/libssh/libssh.map index a6e13daf..c28d2e10 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; -- cgit