Is there a way to launch httprd via ssh ?
Hello,
Is there a way to launch httprd via ssh ?
When I launch httprd via ssh :
python3 httprd.py --help
the answer is :
Traceback (most recent call last):
File "httprd.py", line 29, in
Hello, I found ; once connected to ssh : export DISPLAY=:0.0 && python3 httprd.py --help
httprd is great, thank you !
export DISPLAY=:0.0
Yes, you have to tell ssh tty which X11/Wayland session display to use because in common DISPLAY is exported only in TTY's created under GUI environment (like terninal, etc)