OpenSSH programming

Markus Friedl markus at openbsd.org
Thu May 23 00:38:24 EST 2002


one-time passwords are supported, see
	auth-bsdauth.c
	auth-skey.c
for example.

there is no need to change the client side software.
the client uses kbd-interactive in ssh2 and
the tis protocol messages in ssh1.

-m

On Wed, May 22, 2002 at 04:34:18PM +0200, Natalia Currle-Linde wrote:
> Hello all,
> is there any recent information on programming on how to add a new
> authentication method into OpenSSH / OpenSSL ?!
> 
> Is there any other way, to add a new authentication method into openssh
> (one-time passwords), apart from adding the functions into sshconnect.c
> and sshconnect2.c
> 
> Particularly I'm interested in information on "struct Authctxt" in
> sshconnect2 and sshuserauth2.
> 
> Thank You very much in advance.
> 
> Greetings,
> N. Linde
> 
> PS: Please CC to me directly, since I'm not subscribed to the list.
> -- 
> ---------------------------------------------------------------
> Dipl.-Inf. N. Currle-Linde  Linde at hlrs.de
> Allmandring 30              http://www.hlrs.de/people/linde
> 70550 Stuttgart             Tel.: 0711 / 685 5801
> _______________________________________________
> openssh-unix-dev at mindrot.org mailing list
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev



More information about the openssh-unix-dev mailing list