Merge branch 'master' of github.com:trailofbits/algo

This commit is contained in:
Jack Ivanov 2016-10-25 21:33:57 +03:00
commit fc4f446b3f

View File

@ -68,6 +68,9 @@ 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.
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