Skip to content

Commit 0de6cda

Browse files
authored
Update README.md
Add sudo for TUN as unclear
1 parent 2fa8443 commit 0de6cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ sudo ip route add 0.0.0.0/0 dev tun0
411411
412412
Install a client on a remote machine, this will not work if you have your RSSH client on the same host as your tun device.
413413
```sh
414-
ssh -J your.rssh.server.internal:3232 user.wombo -w 0:any
414+
sudo ssh -J your.rssh.server.internal:3232 user.wombo -w 0:any
415415
```
416416
417417
This has some limitations, it is only able to send `UDP`/`TCP`/`ICMP`, and not arbitrary layer 3 protocols. `ICMP` is best effort and may use the remote hosts `ping` tool, as ICMP sockets are privileged on most machines. This also does not support `tap` devices, e.g layer 2 VPN, as this would require administrative access.

0 commit comments

Comments
 (0)