0 votes
by (650 points)
edited

Hi,

For his SSH and Telnet connection one of our user is connecting to a KVM, and this device is asking for username, port and password before the session is established.

Here's what it looks like when he's loggin in with putty:

Username: test

Target Name: switch1

Password:

Does something can be done to allow the SSH connection to pass thru the KVM ?

Thanks!

1 Answer

0 votes
by (144k points)
edited

This looks like the server is using keyboard-interactive authentication and this is actually supported by Rebex SSH.

To be able to authenticate, you have to register AuthenticationRequest event before calling the Login method. Check out Rebex SFTP feature page for sample code (and just replace Sftp with Ssh).

by (650 points)
edited

Thanks, I'll make some tests. And just to advise you that your link to the sample code is for your localhost. I found it anyway but it's for the others.

by (144k points)
edited

Sorry, and thanks for letting me know!

...