adjust hostname in ssh forwarding for cumin (#41341) authored by Jérôme Charaoui's avatar Jérôme Charaoui
...@@ -50,7 +50,7 @@ From here on we'll assume you use the following alias: ...@@ -50,7 +50,7 @@ From here on we'll assume you use the following alias:
You should also make sure your machine has access to the PuppetDB You should also make sure your machine has access to the PuppetDB
server configured above, with: server configured above, with:
ssh -L8080:localhost:8080 pauli.torproject.org ssh -L8080:localhost:8080 puppetdb-01.torproject.org
## Example commands ## Example commands
... ...
......