Jip-Hop / jailmaker

Persistent Linux 'jails' on TrueNAS SCALE to install software (docker-compose, portainer, podman, etc.) with full access to all files via bind mounts thanks to systemd-nspawn!
GNU Lesser General Public License v3.0
313 stars 31 forks source link

is it possible to ssh into the jailed system? #153

Closed patrickmichalina closed 1 month ago

patrickmichalina commented 1 month ago

For example, in order to issue remote docker-compose commands or docker-compose contexts for deployments.

Jip-Hop commented 1 month ago

It is possible. Please read this section for creating issues: https://github.com/Jip-Hop/jailmaker?tab=readme-ov-file#filing-issues-and-community-support

ad-on-is commented 3 weeks ago

Just install openssh-server into the jail, and set it's port to 2222 or something else.

patrickmichalina commented 3 weeks ago

Just install openssh-server into the jail, and set it's port to 2222 or something else.

Thanks finally realized that, thanks :)