Skip to content

mizzy/funnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funnel - SSH routing framework based on twisted

How to use

import funnel

class MyFunnel(Funnel):
    def auth_by_public_key():
        # ...

    def auth_by_password():
        # ...

    def getPty():
        # ...

    def execCommand():
        # ...

    def openShell():
        # ...


if __name__ == '__main__':
    MyFunnel.run()

About

SSH routing framework based on twisted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages