Changeset 37
- Timestamp:
- 01/23/06 13:46:19 (3 years ago)
- Files:
-
- 1 modified
-
trunk/howto (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/howto
r35 r37 61 61 To use SmartCard enabled OpenSSH 62 62 -------------------------------- 63 - read your smartcard content with /Library/OpenSC/bin/s sh-keygen -D063 - read your smartcard content with /Library/OpenSC/bin/scssh-keygen -D0 64 64 - append the long line beginning with ssh-rsa from the previous command to ~/.ssh/authorized_keys 65 65 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 68 In 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 68 71 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
