mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-04 11:53:02 +02:00
issue#14630 changed filename in sshtunnel user.ssh.pem to user.pem (#14771)
Co-authored-by: Vanitalari <84684770+Vanitalari@users.noreply.github.com>
This commit is contained in:
parent
9d562831d7
commit
67741fe8bc
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Depending on the platform, you may need one or multiple of the following files.
|
||||||
|
|
||||||
## Setup an SSH Tunnel
|
## Setup an SSH Tunnel
|
||||||
|
|
||||||
If you turned on the optional SSH tunneling role, then local user accounts will be created for each user in `config.cfg` and SSH authorized_key files for them will be in the `configs` directory (user.ssh.pem). SSH user accounts do not have shell access, cannot authenticate with a password, and only have limited tunneling options (e.g., `ssh -N` is required). This ensures that SSH users have the least access required to setup a tunnel and can perform no other actions on the Algo server.
|
If you turned on the optional SSH tunneling role, then local user accounts will be created for each user in `config.cfg` and SSH authorized_key files for them will be in the `configs` directory (user.pem). SSH user accounts do not have shell access, cannot authenticate with a password, and only have limited tunneling options (e.g., `ssh -N` is required). This ensures that SSH users have the least access required to setup a tunnel and can perform no other actions on the Algo server.
|
||||||
|
|
||||||
Use the example command below to start an SSH tunnel by replacing `<user>` and `<ip>` with your own. Once the tunnel is setup, you can configure a browser or other application to use 127.0.0.1:1080 as a SOCKS proxy to route traffic through the Algo server:
|
Use the example command below to start an SSH tunnel by replacing `<user>` and `<ip>` with your own. Once the tunnel is setup, you can configure a browser or other application to use 127.0.0.1:1080 as a SOCKS proxy to route traffic through the Algo server:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue