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

pull/122/head
Jack Ivanov 8 years ago
commit fc4f446b3f

@ -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. 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 ## Adding or Removing Users

Loading…
Cancel
Save