diff --git a/README.md b/README.md index 2d637fa..9f36d97 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,16 @@ Once done, all hostnames in the DNS zone should be available for SSH/Telnet/RDP ### Options Options can be configured as exported variables, set in your shell RC files before calling the tab-sorcery script itself. So far there are two options: -#### Windows RDP Window Geometry -##### Variable: SORC_GEOM_RDP +##### Windows RDP Window Geometry +###### Variable: SORC_GEOM_RDP This option sets the resolution of your Windows RDP connections. If left unset or an invalid value is detected, the default is **1600x900**. Example: ``` export SORC_GEOM_RDP='1280x720' ``` -#### Windows Password File (INSECURE) -##### Variable: SORC_PASS_FILE +##### Windows Password File (INSECURE) +###### Variable: SORC_PASS_FILE This option supplies the path to a plain text file containing a list of hostnames and passwords in the following format: ``` hostname=password