Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 883 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 883 Bytes

OpenSSH Server with TCP Forwarding

The LinuxServer.io team provides an OpenSSH Server image. However, the ssh config it comes with is very strict, and the intention is for the user to ssh into the container to manually modify the config settings as desired. One useful configuration that allows SSH tunneling of TCP ports, AllowTcpForwarding, is by default set to no in the config. The image provided here provides an OpenSSH server with AllowTcpForwarding set to yes by default for convenience.

Usage

Please refer to the Usage section of the original OpenSSH Server image. The only difference is that this image is at ghcr.io/spacepotahto/openssh-server:<VERSION>.