Hello Brian,
I'm connecting to a second computer via
ssh pi08 -t fc-remote, from a terminal already running fc-remote on the first machine. This works perfectly well, until you try to execute a command. The first time, the error "
Error setting pty master. Operation not permitted" is shown. Every other attempt causes the error "
Error opening ptslave. Input/output error", not matter what program you try to run (ls, ps, ...).
This has been working without problems up to the version of Sept. 26, 2023 (vgit-1828)
(Starting ssh without the -t parameter results in a hung connection).
Starting a second local fc-remote (e.g. with sudo fc-remote) works without problems.
And it's only important which version the target (second) machine is running. The version of fc-remote on the first computer doesn't make a difference.
The reason I am running things this way is, that the first machine is the only one exposed to the internet. I know that I could tunnel through ssh in a second terminal, but sometimes is just convenient (e.g. via menu entries) to quickly connect to another machine on the local network.
Regards and Thanks!