Update README.md #105

pull/122/head
Jack Ivanov 8 years ago committed by GitHub
parent a8bbc81369
commit ec8b62e099

@ -67,7 +67,10 @@ Depending on the platform, you may need one or multiple of the following files.
If you turned on the optional SSH tunneling role, then local user accounts will be created for each user in `config.cfg` and an SSH authorized_key file will be in the `config` directory (user.ssh.pem). SSH user accounts do not have shell access and their tunneling options are limited. This is done to ensure that users have the least access required to tunnel through the server.
Make sure to access the server using 'ssh -N' with these limited accounts.
Make sure to access the server using 'ssh -N' with these limited accounts.
In order to make a tunnel you have to run this command:
`ssh -D 127.0.0.1:1080 -f -q -C -N user@ip -i configs/ip_user.ssh.pem`
Don't forget to change `ip` and `user`. And then you can configure your browsers to use 127.0.0.1:1080 as sock4/5
## Adding or Removing Users

Loading…
Cancel
Save