Add Password exec command and Expiration time to server export JSON and also allow them to import. #6258

This commit is contained in:
Anil Sahoo
2023-06-15 11:49:06 +05:30
committed by GitHub
parent 64446790d2
commit 789f169135
4 changed files with 20 additions and 2 deletions

View File

@@ -178,7 +178,9 @@ The following example shows both a minimally defined and a fully defined server:
"TunnelHost": "192.168.1.253",
"TunnelPort": 22,
"TunnelUsername": "username",
"TunnelAuthentication": 0
"TunnelAuthentication": 0,
"PasswordExecCommand": "echo 'test'",
"PasswordExecExpiration": 100
}
}
}