Skip to content

Commit

Permalink
11-connecting: fix ssh config to move timeout config after its introd…
Browse files Browse the repository at this point in the history
…uction
  • Loading branch information
s-sajid-ali committed Aug 28, 2024
1 parent b120227 commit 3326bc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _episodes/11-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ _and_ make it more convenient to log in to remote systems.
The Greene cluster has multiple login nodes (`log-1`, `log-2`, `log-3`) any of which
can be assigned as the login node. This can sometimes lead to the following warning:
```
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
Expand All @@ -85,7 +85,6 @@ following lines in it:
```
Host greene.hpc.nyu.edu dtn.hpc.nyu.edu
StrictHostKeyChecking no
ServerAliveInterval 60
ForwardAgent yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Expand Down

0 comments on commit 3326bc6

Please sign in to comment.