Go to file
2018-12-05 09:21:12 -06:00
cmd Making it use USER env if no user is sspecified. 2018-12-05 09:21:12 -06:00
pkg Fixing 2018-12-04 14:32:02 -06:00
config.json Updating. 2018-12-03 21:17:07 -06:00
README.md Fixing readme 2018-12-05 09:19:42 -06:00

Tab Magic

Tab Magic is a shell-alias building tool for *NIX operating systems.

It utilizes doing a DNS zone-transfer and building bash aliases based on A, CNAME, and TXT records.

You will need to create a config.json with your information in it:

{
    "resolver": "172.19.0.5",
    "resolverPort": 53,
    "domains": [ "kc.linuxrocker.com"],
    "jumpHost": "jump01.kc.linuxrocker.com",
    "splitString": ".linuxrocker",
    "windowsGeometry": "1600x900"
}

For Tab_Magic to do proper host detection, The following TXT record options are available:

  • SSH_PORT - SSH Port will allow you to specify a custom SSH Port for the remote host. Valid: 1-65536
  • OS_FAMILY - Can be either "ESXi", "Ubiquiti", or "Windows". If ESXi, it will log in as root with no sudo opts. If Ubiquiti, it will not use sudo. If Windows, it will use the rdesktop command line tool.
  • REMOTE_USER - You will be able to specify a custom username for the remote host.