ssh-audit icon indicating copy to clipboard operation
ssh-audit copied to clipboard

publish to pypi?

Open weakish opened this issue 7 years ago • 1 comments

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

weakish avatar Feb 13 '18 10:02 weakish

@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

jtesta avatar Sep 04 '19 19:09 jtesta