[PR #10] [MERGED] Add YubiKey hosts #13

Closed
opened 2026-03-04 01:40:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/10
Author: @EvgeneOskin
Created: 8/3/2018
Status: Merged
Merged: 8/6/2018
Merged by: @Maxbey

Base: masterHead: yubikey


📝 Commits (3)

  • b0b295f Setup yubikey auth via gpg agent
  • 4a52099 Add yubikey-pam auth
  • e9213dc Add docs for yubikey servers

📊 Changes

13 files changed (+140 additions, -1 deletions)

View changed files

📝 README.md (+3 -1)
📝 docker-compose.yml (+13 -0)
yubikey-pam/Dockerfile (+15 -0)
yubikey-pam/README.md (+5 -0)
yubikey-pam/entrypoint.sh (+13 -0)
yubikey-pam/pam_sshd (+1 -0)
yubikey-pam/sshd_config (+6 -0)
yubikey-pam/yubico_passw (+1 -0)
yubikey/Dockerfile (+44 -0)
yubikey/README.md (+3 -0)
yubikey/entrypoint.sh (+27 -0)
yubikey/id_rsa.pub (+1 -0)
yubikey/sshd_config (+8 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/termius/hosts-farm/pull/10 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 8/3/2018 **Status:** ✅ Merged **Merged:** 8/6/2018 **Merged by:** [@Maxbey](https://github.com/Maxbey) **Base:** `master` ← **Head:** `yubikey` --- ### 📝 Commits (3) - [`b0b295f`](https://github.com/termius/hosts-farm/commit/b0b295f6093e1b1766436fde3e1d16210e00eb15) Setup yubikey auth via gpg agent - [`4a52099`](https://github.com/termius/hosts-farm/commit/4a520997c0240e0e8f27645e2515c215f037bea0) Add yubikey-pam auth - [`e9213dc`](https://github.com/termius/hosts-farm/commit/e9213dc239fb71722945990cd04e934cec83c3ea) Add docs for yubikey servers ### 📊 Changes **13 files changed** (+140 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `docker-compose.yml` (+13 -0) ➕ `yubikey-pam/Dockerfile` (+15 -0) ➕ `yubikey-pam/README.md` (+5 -0) ➕ `yubikey-pam/entrypoint.sh` (+13 -0) ➕ `yubikey-pam/pam_sshd` (+1 -0) ➕ `yubikey-pam/sshd_config` (+6 -0) ➕ `yubikey-pam/yubico_passw` (+1 -0) ➕ `yubikey/Dockerfile` (+44 -0) ➕ `yubikey/README.md` (+3 -0) ➕ `yubikey/entrypoint.sh` (+27 -0) ➕ `yubikey/id_rsa.pub` (+1 -0) ➕ `yubikey/sshd_config` (+8 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:40:29 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hosts-farm#13
No description provided.