in reply to script to verify password

Net::Telnet?

-- 
Ronald Fischer <ynnor@mm.st>

Replies are listed 'Best First'.
Re^2: script to verify password
by marto (Cardinal) on Aug 17, 2009 at 13:27 UTC
      Perhaps not a good idea considering telnet security.

      IMO not an issue for people who store the root password in plain text in a variable....

      -- 
      Ronald Fischer <ynnor@mm.st>

        Due to the relative sparseness of the question we've no idea how the password was supplied, if this is intended to check accounts on remote servers or any details about the code currently in use it is difficult to comment constructively other than advising against the use of any protocol where a password is sent plain text.

        Adding one questionable approach to another is IMHO, not wise.

        Martin