-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add keep-alive support on ssh session when connecting to postgresql server over ssh-tunnel #7016
Comments
akshay-joshi
added a commit
to akshay-joshi/pgadmin4
that referenced
this issue
Dec 19, 2023
…eSQL server via an SSH tunnel. pgadmin-org#7016
akshay-joshi
added a commit
to akshay-joshi/pgadmin4
that referenced
this issue
Dec 19, 2023
…eSQL server via an SSH tunnel. pgadmin-org#7016 Update docs
akshay-joshi
added a commit
that referenced
this issue
Dec 19, 2023
…eSQL server via an SSH tunnel. #7016
Resolved, Verified on snapshot build: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2023-12-25/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibility of configuring ssh tunnel with keep-alive feature.
Connection->properties windows -> tab: 'SSH Tunnel'
Add row in the input form and apply non zero value to the ssh session settings.
Keep-Alive interval (sec) 0 (means no-keep-alive enabled), >0 keep-alive enabled
No alternatives
Without K-A when we have connection over ssh-tunnel we can face with the situation that connection is dropped in case timeout of inactivity is configured on ssh-server site (ClientAliveInterval>0).
The text was updated successfully, but these errors were encountered: