[BACK]Return to README.smartcard CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/README.smartcard between version 1.1 and 1.2

version 1.1, 2001/07/17 21:56:20 version 1.2, 2001/07/26 20:22:13
Line 21 
Line 21 
 (3) load the Java Cardlet to the Cyberflex card:  (3) load the Java Cardlet to the Cyberflex card:
   
         $ sectok          $ sectok
         sectok> jaut          sectok> login -d
         sectok> jload /usr/libdata/ssh/Ssh.bin          sectok> jload /usr/libdata/ssh/Ssh.bin
         sectok> quit          sectok> quit
   
Line 34 
Line 34 
         $ ssh-keygen -f /path/to/rsakey -u 1          $ ssh-keygen -f /path/to/rsakey -u 1
         (where 1 is the reader number, you can also try 0)          (where 1 is the reader number, you can also try 0)
   
           In spite of the name, this does not generate a key.
           It just loads an already existing key on to the card.
   
 (5) tell the ssh client to use the card reader:  (5) tell the ssh client to use the card reader:
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2