how will u create user with out asking a password?
Answers were Sorted based on User's Feedback
Answer / ksr
root@guestws # useradd -c "test user" -d
/export/home/test123 -m -s /bin/ksh test123
64 blocks
This is the entry from /etc/passwd file
test123:x:14006:1:test user:/export/home/test123:/bin/ksh
root@guestws # tail /etc/shadow
test123:*LK*:::::::
root@guestws # passwd -u test123
passwd: password information changed for test123
root@guestws # tail /etc/shadow
test123::14642::::::
Here you can login to "test123", but it won't ask you any
password.
root@guestws # su - test123
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ pwd
/export/home/test123
$ id -a
uid=14006(test123) gid=1(other) groups=1(other)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / r
Generate SSH keys for the user and update it under user
home directory/.ssh/authrization_keys.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / neelakanteswara reddy
Create user first and use the below command
# passwd -u user1
The above command will make the password null for user.
| Is This Answer Correct ? | 0 Yes | 2 No |
If you can ping a server, but can't telnet or ssh to it, what could be the problem?
How to detect a newly added device if you are not able to detect the device using devfsadm?
How to set a ACL for the user or a file?
why u can't go for windows& why u chosen UNIX
what r d boot options?
What is the config file in DNS?
What is jumpstart?
how u can push the user details in NIS
Performance monitoring tools?
What is VTS?
8 Answers Bharti, Sun Microsystems, Suncore Microsystems,
when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?
what r the files that the SVM perfumes