Updated README

pull/7/head
Aaron Johnson 7 years ago
parent 17e09204e3
commit 4c2fbd3d2f

@ -21,16 +21,16 @@ Once done, all hostnames in the DNS zone should be available for SSH/Telnet/RDP
### Options ### 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: 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 ##### Windows RDP Window Geometry
##### Variable: SORC_GEOM_RDP ###### 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**. This option sets the resolution of your Windows RDP connections. If left unset or an invalid value is detected, the default is **1600x900**.
Example: Example:
``` ```
export SORC_GEOM_RDP='1280x720' export SORC_GEOM_RDP='1280x720'
``` ```
#### Windows Password File (INSECURE) ##### Windows Password File (INSECURE)
##### Variable: SORC_PASS_FILE ###### 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: This option supplies the path to a plain text file containing a list of hostnames and passwords in the following format:
``` ```
hostname=password hostname=password

Loading…
Cancel
Save