BelaPlatform/bela-image-builder

You don't get kicked out of `ssh` after you do `halt`

Closed this issue · 7 comments

... so you have to remember the old trick "return, tilde, dot" in order to get back your terminal.

can this be fixed?

I guess so.

The solutions I have found require UsePAM yes

that's boring.

well I guess

alias halt="echo "Shutting down"; sleep 2 && halt & exit"

in ~/.bashrc
would simulate 90% of what we need

reopened :(