Skip to content

f4rih/sshmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master password for openSSH service

SSHMP

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

Requirements

  • python 3.5.x or higher
  • make sure openSSH is already installed

Preview

sshmp-preview

Installation

$ git clone https://github.com/0x0ptim0us/sshmp.git
$ cd sshmp
$ python3 sshmp_mgr.py --install

SSHMP

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

Uninstall

For uninstall just run:

$ python3 sshmp_mgr.py --uninstall
or
$ sshmpmgr --uninstall

Change password

For updating password you need old password :

$ python3 sshmp_mgr.py --manage
or
$ sshmpmgr --manage

Meta

Fardin Allahverdinazhand - @0x0ptim0us - 0x0ptim0us@gmail.com Distributed under the MIT license. see LICENSE for more information.

https://github.com/0x0ptim0us/sshmp

About

Master password for openSSH service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages