├── .gitignore ├── LICENSE ├── Linux.md ├── README.md ├── Windows.md ├── bashrc ├── ccbysa_80x15.png ├── generate-web ├── gpg-admin.png ├── gpg-agent.conf ├── gpg-new-admin.png ├── gpg-new-pin.png ├── gpg-pin.png ├── gpg.conf ├── macOS.md ├── smartcard-reset.txt ├── startup_applications.png ├── startup_apps_checked.png └── startup_apps_unchecked.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/Linux.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/README.md -------------------------------------------------------------------------------- /Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/Windows.md -------------------------------------------------------------------------------- /bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/bashrc -------------------------------------------------------------------------------- /ccbysa_80x15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/ccbysa_80x15.png -------------------------------------------------------------------------------- /generate-web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/generate-web -------------------------------------------------------------------------------- /gpg-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/gpg-admin.png -------------------------------------------------------------------------------- /gpg-agent.conf: -------------------------------------------------------------------------------- 1 | enable-ssh-support 2 | -------------------------------------------------------------------------------- /gpg-new-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/gpg-new-admin.png -------------------------------------------------------------------------------- /gpg-new-pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/gpg-new-pin.png -------------------------------------------------------------------------------- /gpg-pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/gpg-pin.png -------------------------------------------------------------------------------- /gpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/gpg.conf -------------------------------------------------------------------------------- /macOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/macOS.md -------------------------------------------------------------------------------- /smartcard-reset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/smartcard-reset.txt -------------------------------------------------------------------------------- /startup_applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/startup_applications.png -------------------------------------------------------------------------------- /startup_apps_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/startup_apps_checked.png -------------------------------------------------------------------------------- /startup_apps_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herlo/ssh-gpg-smartcard-config/HEAD/startup_apps_unchecked.png --------------------------------------------------------------------------------