<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=7336462756272110356&amp;blogName=Adminlinux.org++++%28......%29&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Fwww.adminlinux.org%2Fsearch&amp;blogLocale=en_GB&amp;homepageUrl=http%3A%2F%2Fwww.adminlinux.org%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Dreaming Linux, Use free software Save the World....

Tuesday, 21 April 2009

Telnet login RHEL no password



No passord for telnet User with the following procedure :

a) created a user "manolo"

#useradd manolo
b) added a password

# passwd manolo
c) opened /etc/shadow and deleted the password manually for the user.

# vi /etc/shadow

output

manolo:$1$kAOxC9VT$rgJjMuzFz229KTjsKEBxP/:14354:0::7:::

d) deleted the password manually:

manolo::14354:0::7:::


e) then telnet using manolo to my host.

# telnet -l manolo 10.33.8.105

Managed to log in with out prompting for a password .

Please be Advised that I recommend ssh with shared keys or telnet through an ssh tunnel


Need Help? Join Our Chat Room

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home