summaryrefslogtreecommitdiffstats
path: root/ssh2.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 06:52:32 +0100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 06:52:32 +0100
commitf9e6eb8f226675389c79fb9c44fcc29038ab9ff7 (patch)
tree7bd42faa45df0aa0f44f85d146bc652f08a476b1 /ssh2.h
parent - andreas@cvs.openbsd.org 2009/10/24 11:15:29 (diff)
downloadopenssh-f9e6eb8f226675389c79fb9c44fcc29038ab9ff7.tar.xz
openssh-f9e6eb8f226675389c79fb9c44fcc29038ab9ff7.zip
- andreas@cvs.openbsd.org 2009/10/24 11:19:17
[ssh2.h] Define the KEX messages used when resuming a suspended connection. ok markus@
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh2.h b/ssh2.h
index 1c33dc268..b01af7b1a 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh2.h,v 1.11 2008/11/04 08:22:13 djm Exp $ */
+/* $OpenBSD: ssh2.h,v 1.12 2009/10/24 11:19:17 andreas Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -166,3 +166,10 @@
#define SSH2_EXTENDED_DATA_STDERR 1
+/* kex messages for resume@appgate.com */
+#define SSH2_MSG_KEX_ROAMING_RESUME 30
+#define SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED 31
+#define SSH2_MSG_KEX_ROAMING_AUTH 32
+#define SSH2_MSG_KEX_ROAMING_AUTH_OK 33
+#define SSH2_MSG_KEX_ROAMING_AUTH_FAIL 34
+