Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 808 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 808 Bytes

Sesamo

Sésamo

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.

ToDo's

  • Writing tests.
  • Improve the code
  • Adding a PyPi libary

Libs

  • os
  • sys
  • time
  • configparser
  • getpass

How to use

  • 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! :)

That's it folks!