ssh-mob

command module
v0.0.0-...-3e2103b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: GPL-3.0 Imports: 14 Imported by: 0

README

SSH Mob

A tool to stress test SSH servers by opening a configurable number of connections and executing commands.

NOTE: Still in active development, and was developed to stress test a specific SSH server. It may not work as expected on all servers.

Usage

$ ssh-mob -h
Usage of ssh-mob:
  -count int
        Number of connections to make (default 1)
  -host string
        Host to connect to (default "localhost")
  -log-level string
        Log level (debug, info, warn, error) (default "info")
  -p string
        Password to connect with
  -port int
        Port to connect to (default 22)
  -random-max int
        Maximum random delay in seconds before connecting
  -rate int
        Commands per minute (default 6)
  -script string
        Script to run on the remote host. If a file path is provided, the contents will be used.
  -ttl int
        Time to live for each connection (default 60)
  -tty
        Use TTY for the connection
  -u string
        Username to connect with (default "sshmob")

Installation

go install github.com/c33tech/ssh-mob

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL