Skip to content

run_dev_instance.sh - block the terminal when doing the SSH tunnel.

Xcollazo requested to merge fix-ssh-to-block into main

This has aggravated me for a while: When launching a dev environment, the generated command for the SSH tunnel should include the -N flag so that it blocks the terminal. That way, we do not loose track of which terminal window is the one doing the tunneling.

Merge request reports