Why sushi stops when ssh connection terminated?

I’m successfully running sushi when elk-pi Is connected via ssh, but when I close terminal window on mac, sushi stops

I don’t know if it’s installed on Elk OS, but use the “nohup” command or the “screen” utility to prevent this.

nohup keeps processes running when you disconnect. screen does that AND lets you come back to where you were and even have multiple sessions on a single device.

2 Likes

tmux should be installed in the image. It does roughly the same thing as screen, and can be used to keep a session alive even after disconnecting ssh.