Hi all
i need to create a hidden account with its home folder in /var/
if i place the account password in a script or add the full command including the password into Policy > Files and Processes isn't this a huge security flaw ?
/usr/local/bin/jamf createAccount -username <netadmin> -realname <"Network Administrator"> -password <p@55w0rd> -home </var/netadmin> -hiddenUser -admin
can anyone suggest a way to deal with this ?
or if i use CreateUSerPkg is the password any more secure in pkg on our JDS ?
and...
does using -secureSSH to the end of the command make it so no other users can ssh on ?