| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
First you need to plug in your USB crypto token or smartcard reader.
Then run a simple container:
docker run --name opensc-ssh --device /dev/bus/usb -d cremuzzi/opensc-sshPlease notice the --device option. In this example we are are sharing our usb device with the container.
This image runs the pcscd daemon by default.
docker exec -i -t openssh-ssh ssh -I /usr/lib/opensc-pkcs11.so user@hostThis will ssh into a remote host using pkcs11 for authentication.
docker exec -i -t openssh-ssh scp -o PKCS11Provider=/usr/lib/opensc-pkcs11.so SOURCE user@host:~/this will copy SOURCE to the home directory of a remote host using pkcs11 for authentication.
| Back | FazBrowse Home | New Git URL |