2017 © Pedro Peláez
 

library warden

Tool to restrict ssh connections

image

innmind/warden

Tool to restrict ssh connections

  • Saturday, April 14, 2018
  • by Baptouuuu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Warden

Build Status codecov Type Coverage, (*1)

Tool to manage ssh connections for a server, (*2)

Installation

composer global require innmind/warden

Usage

warden wakeup

This will modify the ssh configuration to only allow connections via ssh key., (*3)

warden grant [user]

This will add the ssh keys the user added on his github account to .ssh/authorized_keys, (*4)

warden lock

This will stop the ssh service, to be used carefully as you won't be able to connect to your server afterward., (*5)

The Versions