The connections I have set up work fine in the core tunnel app, but when pasted directly into my terminal app, the connection never completes after my password is entered:
ssh -NT -vvv -L localhost:5432:remote_db_server:5432 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -o ServerAliveInterval=15 my_username@my_jump_host
Here are the debug messages:
debug.txt (9.5 KB)