Skip to content

Commit

Permalink
Add ssh config info
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sajid-ali committed Aug 26, 2024
1 parent 8ff3dfe commit 25d84f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/11-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ It is also possible that a host key has just been changed.
```
{: .language-bash}

To avoid this error, open the file ``~/.ssh/config` on your computer and place the
To avoid this error, open the file `~/.ssh/config` on your computer and place the
following lines in it:
```
Host greene.hpc.nyu.edu dtn.hpc.nyu.edu
Expand All @@ -95,7 +95,7 @@ Host greene.hpc.nyu.edu dtn.hpc.nyu.edu

Additionally, some people may experience connection warnings while connecting to Greene,
and connections being terminated too soon.This can be addressed by entering the
following into ``~/.ssh/config` file:
following into `~/.ssh/config` file:
```
# Increase alive interval
host *.hpc.nyu.edu
Expand Down

0 comments on commit 25d84f2

Please sign in to comment.