[PR #24] [MERGED] Add user CA host #28

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

📋 Pull Request Information

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

Base: masterHead: feature/add-ssh-ca


📝 Commits (2)

📊 Changes

12 files changed (+170 additions, -45 deletions)

View changed files

📝 README.md (+44 -43)
📝 authykey/id_rsa.pub (+1 -1)
client-cert/Dockerfile (+12 -0)
client-cert/ca (+38 -0)
client-cert/ca.pub (+1 -0)
client-cert/entrypoint.sh (+17 -0)
client-cert/sshd_config (+7 -0)
client-cert/user-key (+38 -0)
client-cert/user-key-cert.pub (+1 -0)
client-cert/user-key.pub (+1 -0)
📝 docker-compose.yml (+9 -0)
📝 keys/id_rsa.pub (+1 -1)

📄 Description

Description of the change

This change adds a host that authenticate only a user with a certificate.

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/24 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 1/18/2021 **Status:** ✅ Merged **Merged:** 1/18/2021 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/add-ssh-ca` --- ### 📝 Commits (2) - [`f8714e8`](https://github.com/termius/hosts-farm/commit/f8714e86493fc848ad7492240a7179d527ceb664) Add client-cert SSH host - [`b316ba5`](https://github.com/termius/hosts-farm/commit/b316ba5a4c4ac70dc3b5caa2c19e0e20e0e87f0d) Add user certificate ### 📊 Changes **12 files changed** (+170 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+44 -43) 📝 `authykey/id_rsa.pub` (+1 -1) ➕ `client-cert/Dockerfile` (+12 -0) ➕ `client-cert/ca` (+38 -0) ➕ `client-cert/ca.pub` (+1 -0) ➕ `client-cert/entrypoint.sh` (+17 -0) ➕ `client-cert/sshd_config` (+7 -0) ➕ `client-cert/user-key` (+38 -0) ➕ `client-cert/user-key-cert.pub` (+1 -0) ➕ `client-cert/user-key.pub` (+1 -0) 📝 `docker-compose.yml` (+9 -0) 📝 `keys/id_rsa.pub` (+1 -1) </details> ### 📄 Description ## Description of the change This change adds a host that authenticate only a user with a certificate. ## 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:34 +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#28
No description provided.