1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-07-16 22:42:38 +02:00

Change default value for SSH identity file (#108)

* Change default value for SSH identity file

* Force remove write protected file in tests
This commit is contained in:
Frederik Ring
2022-06-17 11:28:29 +02:00
committed by GitHub
parent 0b205fe6dc
commit 1892d56ff6
4 changed files with 7 additions and 6 deletions

View File

@ -49,7 +49,7 @@ type Config struct {
SSHPort string `split_words:"true" default:"22"`
SSHUser string `split_words:"true"`
SSHPassword string `split_words:"true"`
SSHIdentityFile string `split_words:"true" default:"/root/.ssh/id"`
SSHIdentityFile string `split_words:"true" default:"/root/.ssh/id_rsa"`
SSHIdentityPassphrase string `split_words:"true"`
SSHRemotePath string `split_words:"true"`
ExecLabel string `split_words:"true"`