Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

removed wrong commands and merged 2 points #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions overview/codeanywhereui/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ Putty config:
1. open your Terminal
2. type in ssh-keygen and you will create your public key
3. go to .ssh/id_rsa.pub and copy your entire key
4. In Codeanywhere, in Container's SSH, use command: cat .ssh/id_rsa.pub
5. use command vim authorized_keys
6. (type "A" or "I") paste your key in new line and Save (by pressing ESC, and entering :wq)
7. Locate SSH port number in Container's Info
4. In Codeanywhere, in Container's SSH, use command: vim /home/cabox/.ssh/authorized_keys
5. (type "A" or "I") paste your key in new line and Save (by pressing ESC, and entering :wq)
6. Locate SSH port number in Container's Info

Now in order to connect to your box, you have to use the following command to create a tunnel from your local machine to your Container:
```sh
Expand Down