arthepsy / ssh-audit

SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
2.96k stars 269 forks source link

publish to pypi? #36

Open weakish opened 6 years ago

weakish commented 6 years ago

What about publishing to pypi to make it installable via pip?

jtesta commented 5 years ago

@weakish I just created a pip package:

$ pip3 install ssh-audit
Collecting ssh-audit
  Downloading https://files.pythonhosted.org/packages/15/a8/ab696dcc367b23462b7fddabb1b3ef66f7af38c6095157166a6a1a2cc373/ssh_audit-2.0.0-py3-none-any.whl
Installing collected packages: ssh-audit
Successfully installed ssh-audit

Also: I forked this repo and continued development on my own, since the original author doesn't seem to be actively maintaining this version anymore. I release v2.0.0 last week: https://github.com/jtesta/ssh-audit/releases/tag/v2.0.0