A simple tool to create ssh keys and distribute them to CentOS servers.
Note: This tool is not production ready.
Prerequisites:
- vagrant version
2.2.7
or later - go version
1.19
or later
- Run
make init
to initialize the environment. - Run
make run
to execute the cli tool.
- Run
make init
to initialize the environment. - Run
make test
to execute the tests for the cli tool.
Run make vm/start
to create the virtual machine, make vm/stop
to stop the virtual machine and make vm/remove
to remove it.
- Run
make init
to initialize the environment. - Run
make build
to build the cli tool.