RE: telnetd-ssl

2002-06-07 Thread Manuel Guerrero Martos
it-project.org/ckermit.htmlSecurity description at  http://www.kermit-project.org/security.htmlI will probe. Zanx Jeff and all. > -Mensaje original-> De: Jeffrey Altman [mailto:[EMAIL PROTECTED]]> Enviado el: jueves, 06 de junio de 2002 19:58> Para: [EMAIL PROTECTED]> CC: [EMAIL PR

RE: telnetd-ssl

2002-06-07 Thread Jeffrey Altman
ml Security description at http://www.kermit-project.org/security.html > -Mensaje original- > De: Jeffrey Altman [mailto:[EMAIL PROTECTED]] > Enviado el: jueves, 06 de junio de 2002 19:58 > Para: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Asunto: Re: telnetd-ssl > >

RE: telnetd-ssl

2002-06-07 Thread Manuel Guerrero Martos
-Mensaje original- De: Jeffrey Altman [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 06 de junio de 2002 19:58 Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Re: telnetd-ssl That depends on whose Telnetd you are using and how you want the client's to be authorized. -I&#

Re: telnetd-ssl

2002-06-06 Thread Nelson Murilo
On Thu, Jun 06, 2002 at 02:51:57PM -0400, Jeffrey Altman wrote: > Verifying the client certificate is only half the issue. The other > half is deciding whether or not the holder of the cert is authorized > to access the service and with what user name(s). > > This requires more than simply ch

Re: telnetd-ssl

2002-06-06 Thread Jeffrey Altman
Verifying the client certificate is only half the issue. The other half is deciding whether or not the holder of the cert is authorized to access the service and with what user name(s). This requires more than simply checking to see if the client cert can be validated by a CA Root cert. > >

Re: telnetd-ssl

2002-06-06 Thread Nelson Murilo
Have many options, SSLTelnet for example. But maybe more easy is use stunnel, this too works fine for this case (verify client certs). regards, ./nelson -murilo > Hi all ssl-ers. > =20 > Questions. > =20 > Anybody knows how to configure telnetd-ssl for authenticate by client = > cer

Re: telnetd-ssl

2002-06-06 Thread Jeffrey Altman
That depends on whose Telnetd you are using and how you want the client's to be authorized. Peter Runestig and I provide some possible methods in his Telnetd distribution. ftp://ftp.runestig.com/ > > Hi all ssl-ers. > =20 > Questions. > =20 > Anybody knows how to configure telnetd-ssl for au