Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

telnetd password

Altera_Forum
Honored Contributor II
970 Views

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, 

Erez
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
273 Views

Try this settings: 

 

login: root 

As password type nothing only put Enter-Key 

 

Kind regards 

ERIK
0 Kudos
Altera_Forum
Honored Contributor II
273 Views

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.
0 Kudos
Reply