-rw-r--r-- | .coveragerc | 13L |
-rw-r--r-- | .github/FUNDING.yml | 5L |
-rw-r--r-- | .gitignore | 65L |
-rw-r--r-- | .travis.yml | 22L |
-rw-r--r-- | Dockerfile | 12L |
-rw-r--r-- | LICENSE | 21L |
-rw-r--r-- | MANIFEST.in | 13L |
-rw-r--r-- | README.md | 212L |
-rw-r--r-- | README.rst | 246L |
-rw-r--r-- | docker-compose.yml | 6L |
-rw-r--r-- | preview/login.png | 60907B |
-rw-r--r-- | preview/terminal.png | 98917B |
-rw-r--r-- | requirements.txt | 3L |
-rw-r--r-- | run.py | 5L |
-rw-r--r-- | setup.cfg | 9L |
-rw-r--r-- | setup.py | 40L |
-rw-r--r-- | tests/__init__.py | 0B |
-rw-r--r-- | tests/data/cert.crt | 21L |
-rw-r--r-- | tests/data/cert.key | 28L |
-rw-r--r-- | tests/data/fonts/.gitignore | 0B |
-rw-r--r-- | tests/data/fonts/fake-font | 0B |
-rw-r--r-- | tests/data/known_hosts_example | 1L |
-rw-r--r-- | tests/data/known_hosts_example2 | 1L |
-rw-r--r-- | tests/data/known_hosts_example3 | 1L |
-rw-r--r-- | tests/data/test_ed25519.key | 8L |
-rw-r--r-- | tests/data/test_ed25519_password.key | 8L |
-rw-r--r-- | tests/data/test_known_hosts | 1L |
-rw-r--r-- | tests/data/test_new_dsa.key | 21L |
-rw-r--r-- | tests/data/test_new_rsa_password.key | 39L |
-rw-r--r-- | tests/data/test_rsa.key | 15L |
-rw-r--r-- | tests/data/test_rsa_password.key | 18L |
-rw-r--r-- | tests/data/user_rsa_key | 15L |
-rw-r--r-- | tests/sshserver.py | 233L |
-rw-r--r-- | tests/test_app.py | 792L |
-rw-r--r-- | tests/test_handler.py | 279L |
-rw-r--r-- | tests/test_main.py | 22L |
-rw-r--r-- | tests/test_policy.py | 123L |
-rw-r--r-- | tests/test_settings.py | 187L |
-rw-r--r-- | tests/test_utils.py | 127L |
-rw-r--r-- | tests/utils.py | 52L |
-rw-r--r-- | webssh/__init__.py | 10L |
-rw-r--r-- | webssh/_version.py | 2L |
-rw-r--r-- | webssh/handler.py | 583L |
-rw-r--r-- | webssh/main.py | 58L |
-rw-r--r-- | webssh/policy.py | 86L |
-rw-r--r-- | webssh/settings.py | 198L |
-rw-r--r-- | webssh/static/css/bootstrap.min.css | 7L |
-rw-r--r-- | webssh/static/css/fonts/.gitignore | 0B |
-rw-r--r-- | webssh/static/css/fullscreen.min.css | 2L |
-rw-r--r-- | webssh/static/css/xterm.min.css | 1L |
-rw-r--r-- | webssh/static/img/favicon.png | 5953B |
-rw-r--r-- | webssh/static/js/bootstrap.min.js | 7L |
-rw-r--r-- | webssh/static/js/jquery.min.js | 2L |
-rw-r--r-- | webssh/static/js/main.js | 858L |
-rw-r--r-- | webssh/static/js/popper.min.js | 5L |
-rw-r--r-- | webssh/static/js/xterm-addon-fit.min.js | 2L |
-rw-r--r-- | webssh/static/js/xterm.min.js | 2L |
-rw-r--r-- | webssh/templates/index.html | 101L |
-rw-r--r-- | webssh/utils.py | 145L |
-rw-r--r-- | webssh/worker.py | 125L |