[PR #57] [MERGED] Add ssh server with 2FA: password and otp #60

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/57
Author: @EvgeneOskin
Created: 2/15/2024
Status: Merged
Merged: 2/15/2024
Merged by: @EvgeneOskin

Base: masterHead: feature/pass-and-keyboard-interactive


📝 Commits (1)

  • 2202a03 Add ssh server with 2FA: password and otp

📊 Changes

8 files changed (+47 additions, -7 deletions)

View changed files

📝 README.md (+1 -0)
📝 docker-compose.yml (+16 -1)
📝 otp/Dockerfile (+2 -1)
📝 otp/entrypoint.sh (+5 -0)
otp/otp.pam_sshd (+16 -0)
📝 otp/pass_otp.pam_sshd (+4 -2)
📝 otp/sshd_config (+2 -2)
📝 pass/entrypoint.sh (+1 -1)

📄 Description

Description of the change

Type of change

  • Feature
  • Codebase Improvements
  • Critical security bugs
  • Hotfix

Reviewer's checklist

  • The code does not have any obvious logic errors.
  • All cases specified in the requirements are fully implemented.
  • There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes.
  • The new code conforms to existing style guidelines.

🔄 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/57 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 2/15/2024 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/pass-and-keyboard-interactive` --- ### 📝 Commits (1) - [`2202a03`](https://github.com/termius/hosts-farm/commit/2202a032bfda9ef0dc3ab24feb93ac056119df96) Add ssh server with 2FA: password and otp ### 📊 Changes **8 files changed** (+47 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `docker-compose.yml` (+16 -1) 📝 `otp/Dockerfile` (+2 -1) 📝 `otp/entrypoint.sh` (+5 -0) ➕ `otp/otp.pam_sshd` (+16 -0) 📝 `otp/pass_otp.pam_sshd` (+4 -2) 📝 `otp/sshd_config` (+2 -2) 📝 `pass/entrypoint.sh` (+1 -1) </details> ### 📄 Description ## Description of the change ## Type of change - [x] Feature - [ ] Codebase Improvements - [ ] Critical security bugs - [ ] Hotfix ## Reviewer's checklist - [ ] The code does not have any obvious logic errors. - [ ] All cases specified in the requirements are fully implemented. - [ ] There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes. - [ ] The new code conforms to existing style guidelines. --- <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:43 +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#60
No description provided.