Equivalent command hangs when run directly in terminal app

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)

debug1: Local forwarding listening on ::1 port 5432.

This line indicates it was actually completed, connect to that port should work fine.

1 Like