From 91316205823dcbc8cacf5af53afb43ce8752185e Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sat, 23 Feb 2019 11:54:38 -0600 Subject: [PATCH] Fixing README table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1044ff4..56bd097 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ You'll likely want to create a DNS zone specifically for this script for better There are 4 types of hosts supported right now, which are identified by accompanying TXT records. The default (no TXT record) is to use SSH with your normal configured username. The other 3 types require a TXT record to match the A record of the host, and have the following properties: | TXT value | Effect | -|-----------|-----------------------------------------| -| [none] | Log in as configured user over SSH | -| `logroot` | Log in as 'root' user over SSH | -| `windows` | Log in over RDP (rdesktop) | -| `cisco` | Log in with a generic telnet connection | +|-----------|:----------------------------------------| +| [none] | Log in as configured user over SSH | +| logroot | Log in as 'root' user over SSH | +| windows | Log in over RDP (rdesktop) | +| cisco | Log in with a generic telnet connection | As an example, let's assume you create the zone "**not-a-real.lan**" and you have 5 hosts, known as *host1.not-a-real.lan* through *host5.not-a-real.lan*.