Skip to content

sveniu/check_sshdparam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Nagios plugin for checking remote SSH server parameters

List of parameters that can be checked:
- Blacklist of user authentication methods
- List of required user authentication methods

Example invocation:
  check_sshdparam --host localhost --timeout 5 \
    --uablacklist password,keyboard-interactive \
    --uawhitelist publickey

TODO:
- Host key fingerprint? Or just leave that to known_hosts.
- Host SSH string? Already done by check_ssh. Not in libssh2.

Built on libssh2 (as opposed to libssh) since it returns the
server's user auth list as a string. libssh sets flags, and
has a hardcoded (and brief) list of supported auth methods.

About

Nagios check for SSH server parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages