Script to set password in HP-UX 11.31

Hi,

I am unable to set the password remotely. I am using the script as below:


ep=`echo "$p" | /usr/lbin/makekey`

ssh -t $i "/usr/local/bin/sudo useradd -c "$user_c" -m -d /home/$user_id -s /bin/ksh $user_id; /usr/local/bin/sudo /usr/sam/lbin/usermod.sam -F -p $ep $user_id"

The command used to set the password is working. However, when I am trying to login with the set password it says access denied. Can anybody help me on this please ?

Thanks,
Ankit