Skip to content

Commit

Permalink
Fixed typo in ssh command being sent
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-wagner212 committed Oct 28, 2024
1 parent 941c151 commit 939ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lab3.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ The code for this no-op MAC is in [`ssh/opts.py`](https://github.com/mit-pdos/6.
The code in `grade_tamper` of
[`ssh/grader.py`](https://github.com/mit-pdos/6.1600-labs/blob/main/ssh/grader.py)
starts an SSH client, connects to the SSH server,
and sends the shell command `ls ./file/*` to the server.
and sends the shell command `ls ./files/*` to the server.

**Your task:** You will play the role of an
in-network attacker that tampers with the SSH packets
Expand Down

0 comments on commit 939ccc6

Please sign in to comment.