Skip to content

Commit

Permalink
added ssh bruteforce attack clive readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sinawic committed Nov 18, 2023
1 parent 8497213 commit 1d2b3fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ssh-bruteforce/clive/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


add the following line to `~/.ssh/config`
```
Host *
NumberOfPasswordPrompts 1
```
to reduce the password prompt count to 1 which is by default 3

0 comments on commit 1d2b3fb

Please sign in to comment.