> Is there a way to bypass the password and accept only the login name using a telnet in Linux for a legitimate user? Thank you very much!
 
I would like to remind you that telnet is an insecure remote shell logins specially
if youre going to expose that server on the internet. I would ssh instead of telnet, disable telnet,
configure ssh with athorized_keys so that people can ssh-in without using password.
 
 
hth
--- Glynn ---
 

Reply via email to