Skip to content

Commit

Permalink
Better codeblock formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Sep 21, 2023
1 parent cb44fd5 commit fa310a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ To use this remote you should:
```console
cat >> ~/.ssh/config<< EOF
Host smaug
Hostname smaug.dartmouth.edu
AddKeysToAgent yes
port 11110
user <your_username_for_which_smaug_has_your_SSH_public_key>
Hostname smaug.dartmouth.edu
AddKeysToAgent yes
port 11110
user <your_username_for_which_smaug_has_your_SSH_public_key>
EOF
```

Expand Down

0 comments on commit fa310a7

Please sign in to comment.