diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/ssh.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/ssh.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/include/ssh.h b/usr/src/cmd/ssh/include/ssh.h index fce827592b..746d2ff69b 100644 --- a/usr/src/cmd/ssh/include/ssh.h +++ b/usr/src/cmd/ssh/include/ssh.h @@ -3,8 +3,6 @@ #ifndef _SSH_H #define _SSH_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -22,7 +20,7 @@ extern "C" { * called by a name other than "ssh" or "Secure Shell". */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -118,6 +116,9 @@ extern "C" { /* Minimum modulus size (n) for RSA keys. */ #define SSH_RSA_MINIMUM_MODULUS_SIZE 768 +/* Listen backlog for sshd, ssh-agent and forwarding sockets */ +#define SSH_LISTEN_BACKLOG 128 + /* * Do not display banner when in remote command mode only. Note that RFC 4254 * uses "exec" as a mode name for the channel opened for the execution of the |
