Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 449 Bytes

File metadata and controls

24 lines (18 loc) · 449 Bytes

ssh_config

ssh_config.py --help
Usage: ssh_config.py [OPTIONS] [IPS]...

  Generate SSH config for a list of IPs.

  `Host` format `{prefix}.{idx}.{hostname}`.

Options:
  --hostname TEXT  Hostname.  [required]
  --prefix TEXT    Hostname prefix.  [required]
  --user TEXT      User.  [required]
  --port INTEGER   Port.
  --key TEXT       Key.
  --help           Show this message and exit.

Requirements

pip install click