aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/ssh2.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/ssh2.h
parentcdde79418a86da1c9579a022ec8c4ed73fe29f1a (diff)
downloadlibssh-e8f7801540e8be8b029b09269196773767a5983e.tar.gz
libssh-e8f7801540e8be8b029b09269196773767a5983e.tar.xz
libssh-e8f7801540e8be8b029b09269196773767a5983e.zip
Public key authentication server side
Diffstat (limited to 'include/libssh/ssh2.h')
-rw-r--r--include/libssh/ssh2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/ssh2.h b/include/libssh/ssh2.h
index bd89f4e1..f5a1fe52 100644
--- a/include/libssh/ssh2.h
+++ b/include/libssh/ssh2.h
@@ -26,6 +26,7 @@
#define SSH2_MSG_USERAUTH_PK_OK 60
#define SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ 60
#define SSH2_MSG_USERAUTH_INFO_REQUEST 60
+#define SSH2_MSG_USERAUTH_PK_OK 60
#define SSH2_MSG_USERAUTH_INFO_RESPONSE 61
#define SSH2_MSG_GLOBAL_REQUEST 80
#define SSH2_MSG_REQUEST_SUCCESS 81