This commit is contained in:
@ -21,6 +21,7 @@ The c++ library used, which is contained in this codebase, has two simple functi
|
||||
"user": "username", // Username for SSH connection
|
||||
"key": "path/to/key" // Path to SSH key file or "auto" to use current user's key
|
||||
},
|
||||
"working_directory": "/path", // Optional: Directory to change to before executing the command
|
||||
"env": { // Optional: Environment variables
|
||||
"VAR1": "value1",
|
||||
"VAR2": "value2"
|
||||
|
Reference in New Issue
Block a user