X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/e78a59f5a91fcf70eb5f225b43568ac2ebd167c3..a8be9f800cf90e7d296951556739de21d2f93382:/servconf.h?ds=sidebyside diff --git a/servconf.h b/servconf.h index de5383a8..792868c2 100644 --- a/servconf.h +++ b/servconf.h @@ -48,6 +48,8 @@ typedef struct { * searching at */ int strict_modes; /* If true, require string home dir modes. */ int keepalives; /* If true, set SO_KEEPALIVE. */ + char *ciphers; /* Ciphers in order of preference. */ + int protocol; /* Protocol in order of preference. */ SyslogFacility log_facility; /* Facility for system logging. */ LogLevel log_level; /* Level for system logging. */ int rhosts_authentication; /* If true, permit rhosts