From 0d64a29d7a4bfc9dc9b01de31309f41c014614ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Valenzuela?= <10605821+cvalenzuela@users.noreply.github.com> Date: Mon, 16 Jul 2018 15:20:03 -0400 Subject: [PATCH] remove extra ssh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f30406..326aacb 100644 --- a/README.md +++ b/README.md @@ -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 root@104.196.249.111 -p 8888 +ssh root@104.196.249.111 -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)*