webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

requirements.txt (95B)


      1 paramiko==2.7.2
      2 tornado==5.1.1; python_version < '3.5'
      3 tornado==6.0.4; python_version >= '3.5'