summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorTiago Serafim <[email protected]>2023-08-24 01:27:29 -0300
committerGitHub <[email protected]>2023-08-23 21:27:29 -0700
commit7f2c78d67210a1a76373eae58e922010b171dc6f (patch)
treebe15d34f97bfad5e5a462651883a26a07b283910 /public
parentc7890e3e0cbdad6010dc8cf229f101f5d0f72ff8 (diff)
downloadcaprover-one-click-apps-7f2c78d67210a1a76373eae58e922010b171dc6f.tar.gz
caprover-one-click-apps-7f2c78d67210a1a76373eae58e922010b171dc6f.zip
Update sshd.yml, enables ssh tunneling by defaul (#981)
Updates a ENV var so that the openssh-server enables by default the ssh tunneling
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.