Forum Discussion
Altera_Forum
Honored Contributor
16 years agotelnetd password
Hi,
How can I sign in to telnet without a password? i followed this (http://www.alteraforums.com/forum/showthread.php?t=16575&highlight=telnetd+password)but i can't find etc/security. I am using the last version of uclinux. I type " telnet 255.xxx.xxx.xxx " and then it is asking for uclinux login. Thanks, Erez2 Replies
- Altera_Forum
Honored Contributor
Try this settings:
login: root As password type nothing only put Enter-Key Kind regards ERIK - Altera_Forum
Honored Contributor
Or maybe skip the login step directly? Change the login command to login you automatically as root without prompting for a password. Which is more secure: you can still keep a super-complex root password ;-)
try: 'login -f root' as the login command. In the worst case, make a wrapper script that will run that and pass it as the login command.