diff --git a/README.md b/README.md index d9a446d..0f1b03a 100644 --- a/README.md +++ b/README.md @@ -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: