Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

remove extra ssh #1

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Once this job is running it will appear to stop at `processing triggers for syst
You can now SSH to your job by getting the public IP address from the your console (https://www.paperspace.com/console/jobs) and then typing:

```
ssh ssh [email protected] -p 8888
ssh [email protected] -p 8888
```

*Note: we are forwarding port `8888` to the container's SSH port `22` which you can see in the `--ports 8888:22` portion of the job run. This is because the host node cannot expose port `22` directly as it is reserved for internal communication. (TODO: make list of ports that cannot be used)*
Expand Down