kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

SSH API Hooks #122

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

SSH has all the necessary API hooks in place and the process for creating a bundle now also creates a user on the system that the software is running on and configures their .ssh folder.

The only thing that needs to happen now is to lock down said users by creating a user group on the system and a front end interface needs to be created to utilize the API hooks to add and delete authorized keys. I started on that but haven't finished it.

References issue #120