getting my shell setup . merging years of previous attempts/versions. bumpy ride ahead!

This commit is contained in:
2025-07-11 09:21:31 -05:00
parent 0668f160c3
commit ecd853118c
4 changed files with 164 additions and 178 deletions

View File

@@ -0,0 +1,11 @@
#####################################################
#Personal host variables
#####################################################
#Eventually we'll move to ldap/no shared accounts/forced sudo. Blech. Corporate tyrany!
#For now, the easy way. HAH!
CON_USER="charlesnw"
INBAND_USER="charlesnw"
PERSONAL_OOB_USER="root"
PERSONAL_INBAND_USER="root"
#####################################################