Implement initial support for passphrase-protected SSH keyfiles

This commit is contained in:
2024-05-17 11:42:44 -04:00
parent b9688d29f1
commit 2bdfb43484
2 changed files with 25 additions and 14 deletions
+2 -1
View File
@@ -48,5 +48,6 @@ func ReadConfig(readKeys []string, missingValueError string) []string {
// sshUser = <remote user>
// sshIP = <remote ip>
// sshPort = <remote ssh port>
// sshIdentity = <ssh private key identity file path>
// sshKey = <ssh private key identity file path>
// sshKeyProtected = <true/false>
// netPinEnabled = <true/false>