summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/sshd.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/v4/apps/sshd.yml b/public/v4/apps/sshd.yml
index 3761cbc..b4aedbf 100644
--- a/public/v4/apps/sshd.yml
+++ b/public/v4/apps/sshd.yml
@@ -7,6 +7,7 @@ services:
PGID: 1001
TZ: Europe/London
PUBLIC_KEY: $$cap_sshd_public_key
+ DOCKER_MODS: linuxserver/mods:openssh-server-ssh-tunnel
# USER_PASSWORD: $$cap_sshd_public_key
# - PUBLIC_KEY_FILE=/path/to/file #optional
# - PUBLIC_KEY_DIR=/path/to/directory/containing/_only_/pubkeys #optional
@@ -48,8 +49,6 @@ caproverOneClickApp:
ssh -i /path/to/private.key $$cap_sshd_username@$$cap_appname.$$cap_root_domain -p $$cap_sshd_port
-
- ** SSH Port Forwarding Rules ** might need to be manually added, see [here](https://github.com/caprover/caprover/issues/960#issuecomment-1027826772)
displayName: SSH Container
isOfficial: true
description: Just a simple container that has sshd installed so you can SSH directly into this container.