Sésamo is a simple python script to concentrate a many servers to access.
Why? I'm study Python and I'm a Lazy SysAdmin.
- Writing tests.
- Improve the code
- Adding a PyPi libary
- os
- sys
- time
- configparser
- getpass
- Clone the repo and access Sesamo folder:
git clone https://github.com/perylemke/sesamo.git
cd sesamo
- Execute make to configure and install:
make config
make install
- Configure config.ini:
vim $HOME/.config/sesamo/config.ini
- Example to configurate:
[SERVER]
ssh=user@host
- To execute is a just simple command:
sesamo
Feedbacks are welcome and if you have a improvement fork us and pull us! :)