diff options
| author | Kasra Bigdeli <[email protected]> | 2022-02-08 15:45:57 -0800 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2022-02-08 15:45:57 -0800 |
| commit | 177d340de660c7752902acc1ce2a3c35805c2ccd (patch) | |
| tree | 5c45e454d7bec836785a74b5f35b8df54e06cfd7 | |
| parent | 34cf1a3e7d44abd5cc7498b02fe56f466c6dae46 (diff) | |
| download | caprover-one-click-apps-177d340de660c7752902acc1ce2a3c35805c2ccd.tar.gz caprover-one-click-apps-177d340de660c7752902acc1ce2a3c35805c2ccd.zip | |
Added notes for SSH
| -rw-r--r-- | public/v4/apps/sshd.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
