Add 2-Step verification password for your openSSH service.
- Prevent brute force attacks
- SHA256 Encrypted password
- Logging system
- Support Linux, Mac OSX
- Easy installation script
- python 3.5.x or higher
- make sure openSSH is already installed
$ git clone https://github.com/0x0ptim0us/sshmp.git
$ cd sshmp
$ python3 sshmp_mgr.py --install
Run sshmp_mgr.py
with --help
switch for more info.
Install sshmp service separately for each user, so we don't need root privilege
if you want install sshmp for root too, then run installer as root via sudo command
For uninstall just run:
$ python3 sshmp_mgr.py --uninstall
or
$ sshmpmgr --uninstall
For updating password you need old password :
$ python3 sshmp_mgr.py --manage
or
$ sshmpmgr --manage
Fardin Allahverdinazhand - @0x0ptim0us - 0x0ptim0us@gmail.com Distributed under the MIT license. see LICENSE for more information.