From 080b9b6d903d4bda07100cce4a7791348904a582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Ro=C5=A1inec?= <rosinec@ics.muni.cz> Date: Fri, 31 Jan 2020 13:37:23 +0100 Subject: [PATCH] usage of windows --- SUMMARY.md | 1 + windows/README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 windows/README.md diff --git a/SUMMARY.md b/SUMMARY.md index 3a67293..783ffe8 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -6,5 +6,6 @@ * [Advanced Features](/gui/README.md) * [Command Line Interface](/cli/README.md) * [Openstack Networking](/network/README.md) +* [Windows OS in cloud](/windows/README.md) * [FAQ](/faq/README.md) * [Contribute](/contribute/README.md) diff --git a/windows/README.md b/windows/README.md new file mode 100644 index 0000000..2bfcfbc --- /dev/null +++ b/windows/README.md @@ -0,0 +1,16 @@ +# Accessing Windows instance +Windows host system for has RDP allowed for `Administrators` group. By default there are two users in this group: +- Admin - the password for this account is filled with `admin_pass` metadata in OpenStack, if no value is entered for this key, random password is generated. (could be used for orchestartion). +- Administrator - the password must be filled after instantiation of the system. + +The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance. + +We recommend disabling those accounts, creating new ones in order to administer Windows instance in any production environment. + + +# Licensing +*TBD* + +# Advanced users +- You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows. +- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/). \ No newline at end of file -- GitLab