Re: OpenVMS: Connecting and Issuing Commands (General questions)
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