Changeset 37

Show
Ignore:
Timestamp:
01/23/06 13:46:19 (3 years ago)
Author:
jps
Message:

reflect the openssh changes in Howto

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/howto

    r35 r37  
    6161To use SmartCard enabled OpenSSH 
    6262-------------------------------- 
    63 - read your smartcard content with /Library/OpenSC/bin/ssh-keygen -D0 
     63- read your smartcard content with /Library/OpenSC/bin/scssh-keygen -D0 
    6464- append the long line beginning with ssh-rsa from the previous command to ~/.ssh/authorized_keys  
    6565  on the server where you want to connect 
    66 - eval `/Library/OpenSC/bin/ssh-agent -s` (you can put this in your ~/.bash_profile) 
    67 - you need to register your private keys reference in ssh-agent with /Library/OpenSC/bin/ssh-add -s0 
     66- to connect to remote host: /Library/OpenSC/bin/scssh -I0 login@host.domain.com 
     67 
     68In case you want to use the agent: 
     69- eval `/Library/OpenSC/bin/scssh-agent -s` (you can put this in your ~/.bash_profile) 
     70- you need to register your private keys reference in scssh-agent with /Library/OpenSC/bin/scssh-add -s0 
    6871  you need to put your PIN code 
    69 - to verify the agent content: /Library/OpenSC/bin/ssh-add -l 
    70 - to connect to remote host: /Library/OpenSC/bin/ssh -I0 login@host.domain.com 
    71  
     72- to verify the agent content: /Library/OpenSC/bin/scssh-add -l