mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Updated README.md
This commit is contained in:
parent
fa488e25a3
commit
2a7b9292bb
@ -74,7 +74,7 @@ To run a standard audit against many servers (place targets into servers.txt, on
|
||||
ssh-audit -T servers.txt
|
||||
```
|
||||
|
||||
To audit a client configuration (listens on port 2222 by default; connect using `ssh anything@localhost`):
|
||||
To audit a client configuration (listens on port 2222 by default; connect using `ssh -p 2222 anything@localhost`):
|
||||
|
||||
```
|
||||
ssh-audit -c
|
||||
@ -151,6 +151,7 @@ For convenience, a web front-end on top of the command-line tool is available at
|
||||
|
||||
## ChangeLog
|
||||
### v2.3.1-dev (???)
|
||||
- Split single 3,500 line script into many files (by class).
|
||||
- Added setup.py support; credit [Ganden Schaffner](https://github.com/gschaffner)
|
||||
- Added 1 new cipher: `des-cbc@ssh.com`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user