signal18 / replication-manager

Signal 18 repman - Replication Manager for MySQL / MariaDB / Percona Server
https://signal18.io/products/srm
GNU General Public License v3.0
647 stars 167 forks source link

We should be able to define the key for SSH #776

Open caffeinated92 opened 1 month ago

caffeinated92 commented 1 month ago

User should be able to define key for onpremise SSH.

svaroqui commented 1 month ago

Can one report if setting ecdsa inside onpremise-ssh-private-key works please

 --onpremise-ssh                                        Connect to host via SSH using user private key
      --onpremise-ssh-credential string                      User:password for ssh if no password using current user private key (default "root:")
      --onpremise-ssh-db-job-script string                   Run via ssh a custom script to execute database jobs
      --onpremise-ssh-port int                               Connect to host via SSH using ssh port (default 22)
      --onpremise-ssh-private-key string                     Private key for ssh if none use the user HOME directory
masao77 commented 1 month ago

It works!