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. ...
Altera_Forum
Honored Contributor
16 years agoOr 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.