redli icon indicating copy to clipboard operation
redli copied to clipboard

Add SSH tunneling support

Open aaronjheng opened this issue 1 year ago • 0 comments

Add flags like those from MySQL Shell.

  --ssh=<value>                    Make SSH tunnel connection usingUniform
                                   Resource Identifier. Format:
                                   [user[:pass]@]host[:port]
  --ssh-identity-file=<file>       File from which the private key for public
                                   key authentication is read.

Related: https://github.com/gomodule/redigo/issues/673

aaronjheng avatar Sep 26 '24 09:09 aaronjheng