Added notes for SSH

This commit is contained in:
Kasra Bigdeli 2022-02-08 15:45:57 -08:00
parent 34cf1a3e7d
commit 177d340de6
1 changed files with 3 additions and 0 deletions

View File

@ -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: 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 -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 displayName: SSH Container
isOfficial: true isOfficial: true
description: Just a simple container that has sshd installed so you can SSH directly into this container. description: Just a simple container that has sshd installed so you can SSH directly into this container.