Skip to content

mtelvers/ssh-security-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Security Checker

Tests SSH password authentication security across multiple hosts.

Usage

ssh-security-checker [OPTIONS] HOSTS_FILE

Options

  • -u USERNAME - SSH username (default: root)
  • -v - Verbose output
  • --help - Show help

Examples

# Test hosts from file
ssh-security-checker hosts.txt

# Use specific username
ssh-security-checker -u ubuntu hosts.txt

# Read from stdin
echo "example.com" | ssh-security-checker -

Hosts File Format

One hostname per line. Lines starting with # are ignored.

# Production servers
web1.example.com
web2.example.com
db.example.com

If your ~/.ssh/known_hosts is not hashed then that can be used as an input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors