When I chroot while logged in using a ssh session. How do I get back to the chroot environment when the ssh terminal session ends. When I ssh back in I'm back on the non chroot environment. While I'm in a chroot session and I start a process. I then exit out of the ssh session. Later I want to go back to the chroot environment and stop the process and restart it. Is it just a simple as chroot again to the previous chroot folder?
Thanks