This repo contains source files for building a Windows Server Desktop image that can be used with Instruqt.
- Based on GCE windows-2019
- Installs Myrtille for HTML5 RDP access
- Enables OpenSSH
- Installs Edge
Myrtille is an HTML5 Remote Access Gateway, enable RDP from any browser.
To access RDP or SSH sessions use the following settings:
- RDP
- Port: 80
- Path:
/Myrtille/?__EVENTTARGET=&__EVENTARGUMENT=&user=<username>&password=<password>&connect=Connect%21
- SSH
- Port: 80
- Path:
/Myrtille/?__EVENTTARGET=&__EVENTARGUMENT=&hostType=1&user=<username>&password=<password>&connect=Connect%21(note addedhostType=1parameter)
See Myrtille Docs for more auto connect options.