Sshush

Latest version: v1.5.0

Safety actively analyzes 624963 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.0

Prefix

`Prefix` config option: prefix all hosts with this

Example:
yml
web_servers:
Prefix: projects-
Hosts:
do-1:
HostName: projects-do-1.example.com


Outputs:

projects-do-1:
HostName: projects-do-1.example.com


Multiple options

Allow the provision of a list of config options.

Example:
yml
list_config_test_case:
Config:
LocalForward:
- 8080 127.0.0.1:80
- 8443 127.0.0.1:443
Hosts:
lf_test_1: 192.168.0.109


Outputs:

list_config_test_case
Host lf_test_1
LocalForward 8080 127.0.0.1:80
LocalForward 8443 127.0.0.1:443
HostName 192.168.0.109


With thanks to BapRx

`--output` / `-o`

`--path` / `-p` was a bit ambiguous. Output makes more sense. Path is still supported for now with a view to removing this in a 2.0.0 release.

---

PRs:

5
6
7
8

1.4.0

1.3.2

1.2.0

1.1.0

Add support for multiple YAML files

You can now do:

`sshush -s ~/.ssh/*.yml`

And it will process every .yml file it finds.

1.0.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.