mirror of
https://github.com/termius/hosts-farm.git
synced 2026-04-27 06:05:50 +03:00
[PR #24] [MERGED] Add user CA host #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hosts-farm#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/add-ssh-ca📝 Commits (2)
f8714e8Add client-cert SSH hostb316ba5Add user certificate📊 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
Reviewer's checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.