/TortillaSSH

Own SSH client made in Python.

Primary LanguagePythonMIT LicenseMIT

TortillaSSH

CodeFactor

Customizable SSH client partyparrot

My firend's (@pylyf) SSH client made in Python. This project is focused on customization and making your work easier.

( IN DEVELOPMENT )

How to setup

  1. Connect yourself to the world of Internet.
  2. Run setup.py
  3. Answer required questions to generate a config file
  4. Run client.py

Executing

Windows & Linux:

python client.py --host targetip --user username --passw password

or

python client.py

And you will be asked for these credentials.

Meta

https://github.com/pylyf/TortillaSSH

Distributed under the MIT license.

Contributing

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