Skip to content

Commit

Permalink
README: only set PermitTunnel in OpenSSH
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Sep 29, 2024
1 parent 1e2f519 commit 0d0e51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To achieve traffic mirroring, you may use these steps as reference:
1. Enable SSH tunneling in vulnbox OpenSSH server:
```
echo -e 'PermitRootLogin yes\nPermitTunnel yes' | sudo tee -a /etc/ssh/sshd_config
echo -e 'PermitTunnel yes' | sudo tee -a /etc/ssh/sshd_config
systemctl restart ssh
```
2. Create `tun5` tunnel from the local machine to the vulnbox and up `tun5` on vulnbox:
Expand Down

0 comments on commit 0d0e51c

Please sign in to comment.