Re: OpenVMS: Connecting and Issuing Commands - WeOnlyDo Discussion board

Re: OpenVMS: Connecting and Issuing Commands (General questions)

by mmorton, Friday, July 03, 2009, 21:23 (5409 days ago) @ wodDamir

Hi,

I connecting using telnet.

If I uncomment the following lines from my code I recieve the correct bannor and dont get an error message.

[code]
sshConnection.Authentication = weOnlyDo.Client.SSH.Authentications.Password
sshConnection.Login = auth_details.UserName
sshConnection.Password = auth_details.Password
[/code]

Does this mean that wodSSH.net is not successfully passing the username and password?

The banner has some text 'blah blah blah'. Then the prompt is 'Username: ' (without the quotes).

Thanks
Mike


Complete thread: