Re: username/password prompting recognition - WeOnlyDo Discussion board

Re: username/password prompting recognition (General questions)

by birchsr, Wednesday, April 16, 2008, 16:19 (5826 days ago) @ woddrazen

thanks for the quick response.

here's what the actual login process looks like, now i have got it:

[code]
telnet (P50)

Unauthorized use of this system is prohibited.
You should be aware that it may be a criminal offense to secure unauthorized access
to any program or data in the system or to make unauthorized modifications to it s contents.
If you are not authorized by management to access this system, log out now.

login : {username}
Contrase±a de {username}:{password}
[/code]

the thing which i notice is the password field doesnt have the word password in it! would this be what is 'tripping up' the connection?

taking your above example, i guess then i would not need to set ssh1.login or ssh1.password, becuase naturally i'm feeding the telnet session myself directly - that being the case, would it be considered wrong to set these properties in this example?

thought i had this part of my program sorted, guessed wrong :)

birchsr


Complete thread: