Setup and manage ssh and user authorization keys easily and secure
The installer is going to setup the ssh server
git clone https://github.com/ivandokov/ssh-manager.git
cd ssh-manager
./installAdd key to user
ssh-manager add [user] [name]Remove key from user. The key number is coming from list command.
ssh-manager remove [user] [key number]List all keys managed by ssh-manager for the specified user. Optional -v flag enables verbose mode and prints keys details
ssh-manager list [user] [-v]