Skip to content
/ warp Public

a simpe pythonic wrapper for your ssh connections

License

Notifications You must be signed in to change notification settings

psadi/warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warp! - Your lazy command line ssh helper

Buy Me A Coffee

Manage your infrastructure, Never loose/forget passwords again.


Key Features:

  • One time setup, Initialize a local database to store all your infrastructure infomation
  • Supports all Linux, Unix, MacOS systems as authentication is via ssh

Requirements

  • python3

Configure

  • VIA GIT
      git clone https://github.com/psadi/warp && cd warp
      pip install -r requirements.txt
      python3 /path/to/warp.py
    
  • VIA PIP
      pip install warp-py
      python3 -m warp (or) warp
    
  • MANUAL INSTALL
      git clone https://github.com/psadi/warp && cd warp
      python3 setup.py install
      python3 -m warp
    

Disclaimer

This repository,

  • Is Created to tackle my personal use-case.
  • Is not production ready/safe.
  • Is just a wrapper (quality-of-life improvements) of the existing details which you already have.
  • Assumes you already have available connection for key-based auth and will not create/establish any.
  • Will not take any responsibility of damage-dealt/passwords-leaks etc. It is assumed you are using this package in a controlled environment.

Contributing

Bug reports and pull requests are welcome on GitHub at warp repository.

This project is intended to be a safe, welcoming space for collaboration and contributors are expected to adhere to the Contributor Covenant code of conduct.

  1. Fork it ( https://github.com/psadi/warp )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Author


The project is available as open source under the terms of the MIT License

About

a simpe pythonic wrapper for your ssh connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages