-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Adding Before (SSH) Connect Command Option #906
base: master
Are you sure you want to change the base?
Conversation
is this necessary everytime? I think this operation(push pubkey to jumphost) needs to be executed for only the first time, after adding it, you can ssh to jumphost directly. |
and there're 20k+ lines in diff 😂 |
yes, it is necessary every time, and of course, it is my case of use. I know other cases (but using DBeaver). |
yes, but 99.9% are code formatting |
You'd better revert the |
It adds a new feature that allow users set one shell command to run before the ssh connection.
Motivation:
For some cases are necessary add some credentials before try to access ssh jumphost configuration.
DBeaver also has a more elaborated solution:
Note: Sorry for the poor (google translator) translations.