huashengdun / webssh

:seedling: Web based ssh client
https://webssh.huashengdun.org/
MIT License
4.57k stars 1.31k forks source link

wssh command fails with python syntax error #394

Open abcbarryn opened 1 month ago

abcbarryn commented 1 month ago

wssh

File "/usr/local/bin/wssh", line 89 params = dict(filter(lambda (k, v): v is not None, params.iteritems())) ^ SyntaxError: invalid syntax

paulraines68 commented 1 week ago

Using pip3 I am only getting a 0.1.x version installed and had the same syntax error. I had to download the webssh-1.6.2.tar.gz file and do a "python3.10 setup.py install" to get the latest version installed.

It works but every ssh connection I make only lasts 30 seconds at which point I am abruptly disconnected.