Page 1 of 1

Feature Request

Posted: Thu 12 Feb 2009 17:10
by snorkel
I am running into a lot of issues where putty.ex/plink.exe would work on a server that had passwordauthentication no but because putty.exe/plink.exe supported Keyboard Interactive Authentication the user could still logon even though passwordauthentication was set to no.

So my feature request is to add "keyboard interactive" authentication, from what I gather it uses some form of challenge response that hashes the password and then allows connection even though passwordauthentication is set to no.

Thanks,

Snorkel

Posted: Wed 18 Feb 2009 14:19
by Dimon
We are investigating this problem. It is possible that we will add this functionality in the next SecureBridge build.

Posted: Thu 14 Oct 2010 11:49
by ajoschi
Hi.

I wonder if the "keyboard interactive" authentication has been implemented in the meantime?

Besst regards,
Ajoschi

Posted: Thu 14 Oct 2010 18:05
by Ruekaka
Maybe this is what you're looking for:

http://www.devart.com/forums/viewtopic.php?t=18203

Posted: Fri 15 Oct 2010 11:11
by ajoschi
Hi Ruekaka.

Thanks for your replay, but I guess this is not what I am looking for :(

I am searching for a way to get rid of my "activate password authentication" workaround that is needed (or was needed in 2007) to connect via SSH.

Thanks anyway!
Ajoschi

Posted: Mon 25 Oct 2010 09:10
by Dimon
If I have understood right, to use authentication by password specify user's password in the TScSSHClient.Password property and specify atPassword value in the TScSSHClient.Authentication property.
To use the keyboard-interactive autentification set the TSSHClient.Autentification property to atKeyboardInteractive and process the TScSSHClient.AuthenticationPrompt event.