From 177d340de660c7752902acc1ce2a3c35805c2ccd Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 8 Feb 2022 15:45:57 -0800 Subject: [PATCH] Added notes for SSH --- public/v4/apps/sshd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/v4/apps/sshd.yml b/public/v4/apps/sshd.yml index 11ea3e5..3761cbc 100644 --- a/public/v4/apps/sshd.yml +++ b/public/v4/apps/sshd.yml @@ -47,6 +47,9 @@ caproverOneClickApp: The container is built and deployed. You can now connect to this container from your local machine by running the following command: 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.