mirror of
https://github.com/trailofbits/algo
synced 2024-11-18 09:25:38 +00:00
Merge branch 'master' of github.com:trailofbits/algo
This commit is contained in:
commit
fc4f446b3f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user