AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

Adding Before (SSH) Connect Command Option

Open alvesoaj opened this issue 2 years ago • 5 comments

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

image

Motivation: For some cases are necessary add some credentials before try to access ssh jumphost configuration.

DBeaver also has a more elaborated solution:

image

Note: Sorry for the poor (google translator) translations.

alvesoaj avatar Jul 12 '22 12:07 alvesoaj

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.

qishibo avatar Jul 12 '22 13:07 qishibo

and there're 20k+ lines in diff 😂

qishibo avatar Jul 12 '22 13:07 qishibo

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).

alvesoaj avatar Jul 12 '22 14:07 alvesoaj

and there're 20k+ lines in diff 😂

yes, but 99.9% are code formatting

alvesoaj avatar Jul 12 '22 14:07 alvesoaj

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

qishibo avatar Jul 14 '22 00:07 qishibo