aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authormilo <milo.sshiva@gmail.com>2009-07-27 17:59:02 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-27 20:27:07 +0200
commite8f7801540e8be8b029b09269196773767a5983e (patch)
tree8cc08e3cbcc4e919f132fae4a5cde91bea8e7e94 /include/libssh/server.h
parentcdde79418a86da1c9579a022ec8c4ed73fe29f1a (diff)
downloadlibssh-e8f7801540e8be8b029b09269196773767a5983e.tar.gz
libssh-e8f7801540e8be8b029b09269196773767a5983e.tar.xz
libssh-e8f7801540e8be8b029b09269196773767a5983e.zip
Public key authentication server side
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index d615d2e6..e441226b 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -159,7 +159,9 @@ void ssh_message_free(SSH_MESSAGE *msg);
char *ssh_message_auth_user(SSH_MESSAGE *msg);
char *ssh_message_auth_password(SSH_MESSAGE *msg);
+ssh_public_key ssh_message_auth_publickey(SSH_MESSAGE *msg);
int ssh_message_auth_reply_success(SSH_MESSAGE *msg,int partial);
+int ssh_message_auth_reply_pk_ok(SSH_MESSAGE *msg, ssh_string algo, ssh_string pubkey);
int ssh_message_auth_set_methods(SSH_MESSAGE *msg, int methods);
ssh_channel ssh_message_channel_request_open_reply_accept(SSH_MESSAGE *msg);