BelaPlatform / bela-image-builder

Scripts to build a Bela image from scratch
MIT License
37 stars 16 forks source link

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

Closed giuliomoro closed 7 years ago

giuliomoro commented 7 years ago

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

LBDonovan commented 7 years ago

can this be fixed?

giuliomoro commented 7 years ago

I guess so.

LBDonovan commented 7 years ago

The solutions I have found require UsePAM yes

giuliomoro commented 7 years ago

that's boring.

giuliomoro commented 7 years ago

well I guess

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

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

LBDonovan commented 7 years ago

b17adf3

giuliomoro commented 7 years ago

reopened :(