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

@@ -270,10 +270,11 @@ You can populate below template according to your requirements and use it as you
# SSH_PASSWORD="password"
# The private key path in container for SSH server
# Default value: /root/.ssh/id
# If file is mounted to /root/.ssh/id path it will be used.
# Default value: /root/.ssh/id_rsa
# If file is mounted to /root/.ssh/id_rsa path it will be used. Non-RSA keys will
# also work.
# SSH_IDENTITY_FILE="/root/.ssh/id"
# SSH_IDENTITY_FILE="/root/.ssh/id_rsa"
# The passphrase for the identity file