[PR #38] [MERGED] Add service for testing custom pam #42

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/38
Author: @EvgeneOskin
Created: 1/24/2022
Status: Merged
Merged: 1/24/2022
Merged by: @EvgeneOskin

Base: masterHead: feature/custom-keyboard-interactive


📝 Commits (2)

  • 8e05098 Add python and c-based PAM modules
  • 5a94a98 Remove python-based pam module

📊 Changes

9 files changed (+126 additions, -4 deletions)

View changed files

📝 README.md (+2 -2)
📝 docker-compose.yml (+12 -0)
📝 entrypoint.sh (+1 -0)
keyboard-interactive-custom/Dockerfile (+27 -0)
keyboard-interactive-custom/pam_sshd (+2 -0)
keyboard-interactive-custom/termius-pam.c (+79 -0)
📝 keyboard-interactive-pass/Dockerfile (+0 -1)
📝 keyboard-interactive-pass/entrypoint.sh (+2 -0)
📝 keyboard-interactive-pass/sshd_config (+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/38 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 1/24/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/custom-keyboard-interactive` --- ### 📝 Commits (2) - [`8e05098`](https://github.com/termius/hosts-farm/commit/8e050983ad9f1e2f2834e2f158be83c99fb58ec8) Add python and c-based PAM modules - [`5a94a98`](https://github.com/termius/hosts-farm/commit/5a94a98086b57060ae63ad25304aac9ef69bda1e) Remove python-based pam module ### 📊 Changes **9 files changed** (+126 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `docker-compose.yml` (+12 -0) 📝 `entrypoint.sh` (+1 -0) ➕ `keyboard-interactive-custom/Dockerfile` (+27 -0) ➕ `keyboard-interactive-custom/pam_sshd` (+2 -0) ➕ `keyboard-interactive-custom/termius-pam.c` (+79 -0) 📝 `keyboard-interactive-pass/Dockerfile` (+0 -1) 📝 `keyboard-interactive-pass/entrypoint.sh` (+2 -0) 📝 `keyboard-interactive-pass/sshd_config` (+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:37 +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#42
No description provided.