-
ssh & smartcard
Hi
i'm looking to use openssh (on multiple unix or windows) with smartcard,
mainly with activcard one (which are rebranded cyberflex/javacard, i
believe)
i've found some links
[url]http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/usr.bin/ssh/README.smartcard?rev=1.8.6.1&content-type=text/plain[/url]
=> maybe usable on openbsd, sectok is here
[url]http://www.citi.umich.edu/projects/smartcard/sectok.html[/url]
=> but not common on linux, it seems
[url]http://www.opensc-project.org/scb/[/url]
=> not compatible with my type of smartcard ...
so it doesn't seem operational in my setup (win/mac/linux/bsd clients to
unix servers locally or remotely).
has someone some hints on this ?
thanks a lot
Regards
Julien
other notes:
* openbsd seems to support local auth with activcard:
[url]http://software.newsforge.com/software/04/09/28/1419251.shtml?tid=78&tid=8[/url]
* on linux, found
[url]http://pcsclite.alioth.debian.org/ccid.html[/url]
[url]http://www.srcf.ucam.org/~rjw57/sc/pcsc_lite/howto/howto.html#toc7[/url]
* other stuff on openssh
[url]http://www.citi.umich.edu/u/itoi/openssh/[/url] (very old, 2000)
[url]http://www.linuxnet.com/[/url] (muscle)
[url]http://smartsign.sourceforge.net/[/url] (seems dead ...)
-
Re: ssh & smartcard
julien Touche wrote:[color=blue]
> Hi
>
> i'm looking to use openssh (on multiple unix or windows) with
> smartcard, mainly with activcard one (which are rebranded
> cyberflex/javacard, i believe)[/color]
Hmm. If the Smartcard system is simply built into the basic login program,
won't OpenSSH simply fall through to it after the SSH key fails? Or do you
want to somehow combine SSH key access and smartcard?
-
Re: ssh & smartcard
Nico Kadel-Garcia wrote on 01/07/2006 14:44:[color=blue]
> julien Touche wrote:[color=green]
>> Hi
>>
>> i'm looking to use openssh (on multiple unix or windows) with
>> smartcard, mainly with activcard one (which are rebranded
>> cyberflex/javacard, i believe)[/color]
>
> Hmm. If the Smartcard system is simply built into the basic login program,
> won't OpenSSH simply fall through to it after the SSH key fails? Or do you
> want to somehow combine SSH key access and smartcard?[/color]
more with ssh key or the likes for remote auth
through login for local auth.