Skip to content

Commit

Permalink
Update 2018-07-10-sherlock-jupyter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Oct 20, 2020
1 parent 1d326e3 commit 43d54a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _posts/hpc/2018-07-10-sherlock-jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $ bash hosts/sherlock_ssh.sh
Sherlock username > tacocat
Host sherlock
User tacocat
Hostname sh-ln03.stanford.edu
Hostname login.sherlock.stanford.edu
GSSAPIDelegateCredentials yes
GSSAPIAuthentication yes
ControlMaster auto
Expand All @@ -132,9 +132,7 @@ can do the entire step above programatically:
bash hosts/sherlock_ssh.sh >> ~/.ssh/config
```
Remember that this is a suggested configuration. The login node is generated randomly above, so you could
change it to be a different node (e.g., `sh-ln03.sherlock.stanford.edu`) or select from all of them (`login.sherlock.stanford.edu`)`. Your computer is ready to go! Let's move onto Sherlock. We will come back here when it's time to
start a notebook.
Your computer is ready to go! Let's move onto Sherlock. We will come back here when it's time to start a notebook.
## 2. On Sherlock
Expand Down

0 comments on commit 43d54a1

Please sign in to comment.