#------------------------------------------------------------------------------ # /etc/check.d/ssh.exp - eischk expression file for the ssh service on eisfair # # Copyright (c) 2007 The Eisfair Team # # Creation: 2007-11-20 jv # Last Update: 2007-11-20 jv # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ # SSH_STARTMODE = 'st|xi' : 'only st(standalone) or xi(xinetd) are allowed' SSH_PORT = '[0-9]{0,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]' : 'port must be in range 1..65535' SSH_LOGLEVEL = 'QUIET|FATAL|ERROR|INFO|VERBOSE|DEBUG|DEBUG1|DEBUG2|DEBUG3' : 'wrong Loglevel, see documentation' SSH_PERMITROOTLOGIN = 'yes|no|without-password|forced-commands-only' : 'wrong value for SSH_PERMITROOTLOGIN, see documentation'