Skip to content

Commit

Permalink
updated documentation for hyper-V VM and SSH auto-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrozor committed Aug 17, 2018
1 parent 257d38e commit d41958b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCUMENTATION.md
Expand Up @@ -66,6 +66,10 @@ The pre version 1.5.0 syntax ("&password=*password*") is still supported, but it

The parameters values **must be URL encoded**. You can use a tool like http://www.url-encode-decode.com/ (just copy & paste the encoded parameters into the URL).

If you want to connect an Hyper-V VM automatically, add the **"&vmGuid="** parameter (and remove "&domain=" and "&program="). For enhanced mode, also add **"&vmEnhancedMode=checked"**.

For SSH auto-connection, add **"&hostType=1"** (and remove "&domain=" and "&program=").

### Password Hash
To generate a password hash, you can use the powershell script "password51.ps1" on the myrtille gateway (requires access to the machine). The script is located into the myrtille bin folder at runtime or into the "Myrtille.Services" project under Visual Studio.
- Run the script (from its location folder): ". .\password51.ps1" (if needed, see powershell script execution policy: https://technet.microsoft.com/en-us/library/ee176961.aspx)
Expand Down

0 comments on commit d41958b

Please sign in to comment.