Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
randomize usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuelling committed May 6, 2020
1 parent f047922 commit cd0f3d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/locations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Locations = {
OfficePc = { x = 247.42, y = 208.71, z = 110.28,
machine = {
hostname = "0-1-3",
user = "user",
user = "tderouven",
version = "1.0.0-01",
ip = { address = "191.168.200.104", subnet = "24", network = "192.168.200.0", interface = "enp0s1" },
commands = { "echo", "ip", "uname" }
Expand All @@ -144,7 +144,7 @@ Locations = {
BackOfficePc1 = { x = 261.2, y = 204.95, z = 110.29,
machine = {
hostname = "1-1-1",
user = "user",
user = "jsmith",
version = "1.0.0-01",
ip = { address = "191.168.200.106", subnet = "24", network = "192.168.200.0", interface = "enp0s1" },
commands = { "echo", "ip", "uname" }
Expand All @@ -153,7 +153,7 @@ Locations = {
BackOfficePc2 = { x = 264.42, y = 211.12, z = 110.29,
machine = {
hostname = "1-1-2",
user = "user",
user = "rando",
version = "1.0.0-01",
ip = { address = "191.168.200.112", subnet = "24", network = "192.168.200.0", interface = "enp0s1" },
commands = { "echo", "ip", "uname" }
Expand All @@ -162,7 +162,7 @@ Locations = {
VaultPc = { x = 264.82, y = 219.85, z = 101.68,
machine = {
hostname = "0-0-1",
user = "user",
user = "mlevins",
version = "1.0.0-01",
ip = { address = "191.168.200.102", subnet = "24", network = "192.168.200.0", interface = "enp0s1" },
commands = { "echo", "ip", "uname" }
Expand Down

0 comments on commit cd0f3d8

Please sign in to comment.