Implement initial support for passphrase-protected SSH keyfiles

This commit is contained in:
2024-05-17 11:42:44 -04:00
parent 774b761d25
commit c7635a1ef0
4 changed files with 32 additions and 18 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>