RE: MUSCLE SSH - PC/SC

1999-04-09 Thread Erwann ABALEA
I know this. Of course But look at the first contribution... > | > I have ssh2 working with PC/SC now. It generates keys and stores > | > them on the cards and the agent reads them off the card also. So the crypto operations are NOT performed by the OS smartcard On Fri, 9 Apr 19

RE: MUSCLE SSH - PC/SC

1999-04-09 Thread Enzo Romeo
The keys should never be read off the smart cards...this is a fundamental rule of security. You can't trust any agent or software outside the cards. So, the keys must be used by the card OS algorithms and the cards are used as secure keys storage. Enzo On venerdi 9 aprile 1999 10.22, Erwann A

Re: MUSCLE SSH - PC/SC

1999-04-09 Thread Erwann ABALEA
Why don't you use the crypto capabilities of the cards to perform the crypto operations For me, it's a very bad way to use smartcards than considering them only good for storage Erwann. On Thu, 8 Apr 1999, David Corcoran wrote: > Hello, > > I have ssh2 working with PC/SC now. It gen