Skip to content

slashdevsda/ssh-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psychic Bear

SSH-Proxy using python3 and Paramiko

Installing & Running

Using a Virtualenv

Setup & downloading

$ mkdir -p psychic-bear/venv && cd psychic-bear
$ virtualenv3 venv
$ source venv/bin/activate
$ git clone https://github.com/ecuer-thomas/ssh-proxy.git
$ cd ssh-proxy
$ pip install -r requierment.txt

Run

$ cd psychic-bear/ssh-proxy
$ source ../venv/bin/activate
$ python -m "psychic_bear.psychic_bear"

Using PIP (easier)

$ pip install -e git+git@github.com:ecuer-thomas/ssh-proxy.git#egg=psychic_bear
$ psychic_bear

Configuration

TODO

About

Interactive ssh proxy using python 3 and paramiko.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages