Lists the users on a given host.
host-user-tab HOST
HOST
Returns the first colum (login) of the /etc/passwd file.
/etc/passwd
users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" )