AnotherRedisDesktopManager
AnotherRedisDesktopManager copied to clipboard
Adding Before (SSH) Connect Command Option
It adds a new feature that allow users set one shell command to run before the ssh connection.
- add an textfield in SSH tab
- Process it before 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.
For some cases are necessary add some credentials before try to access ssh jumphost configuration.
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. so I think this is a very low frequency operation and we can exec it manually.
and there're 20k+ lines in diff 😂
For some cases are necessary add some credentials before try to access ssh jumphost configuration.
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. so I think this is a very low frequency operation and we can exec it manually.
yes, it is necessary every time, and of course, it is my case of use. I know other cases (but using DBeaver).
and there're 20k+ lines in diff 😂
yes, but 99.9% are code formatting
You'd better revert the lockFileVersion
, because the package-lock.json is also worked with nodejs lower than 14, the v2 may cause some compatibility issues