newsnowlabs / runcvm

RunCVM (Run Container VM) is an experimental open-source Docker container runtime, for launching standard container workloads - as well as Systemd, Docker, even OpenWrt - in VMs using 'docker run`
Apache License 2.0
72 stars 4 forks source link

Internal sshd blocks use of port 22 #11

Closed struanb closed 7 months ago

struanb commented 8 months ago

Because the internal sshd, which provides docker exec support, is configured to use port 22, images that themselves launch servers (generally some version of sshd) on port 22 fail to run correctly.

The internal sshd needs to be reconfigured to listen on a port that is much less likely to be required, and a configuration option is needed to change the port in extremis.

struanb commented 7 months ago

Fixed in commit https://github.com/newsnowlabs/runcvm/commit/d2ef1610cfe9861d6d335c5600f8acb403e09c6d