[PR #51] [MERGED] Add hosts for testing hostkey order #56

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/51
Author: @ivansherov
Created: 10/16/2023
Status: Merged
Merged: 10/26/2023
Merged by: @EvgeneOskin

Base: masterHead: feature/hostkey-order


📝 Commits (2)

  • defe086 Experiment for ix-sha1-drop
  • 724b7a5 Add hosts for testing hostkey order

📊 Changes

8 files changed (+177 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)
📝 docker-compose.yml (+42 -0)
hostkey-order/Dockerfile (+28 -0)
hostkey-order/entrypoint.sh (+56 -0)
keys/ssh_host_ed25519_key (+8 -0)
keys/ssh_host_ed25519_key.pub (+1 -0)
keys/ssh_host_rsa_key (+38 -0)
keys/ssh_host_rsa_key.pub (+1 -0)

📄 Description

Description of the change

Description here

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/51 **Author:** [@ivansherov](https://github.com/ivansherov) **Created:** 10/16/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/hostkey-order` --- ### 📝 Commits (2) - [`defe086`](https://github.com/termius/hosts-farm/commit/defe0866168856d8ff4fbe5254aa1c1cdf4358a3) Experiment for ix-sha1-drop - [`724b7a5`](https://github.com/termius/hosts-farm/commit/724b7a5332ac3cfe5523f0a5e352442c3d723e1c) Add hosts for testing hostkey order ### 📊 Changes **8 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `docker-compose.yml` (+42 -0) ➕ `hostkey-order/Dockerfile` (+28 -0) ➕ `hostkey-order/entrypoint.sh` (+56 -0) ➕ `keys/ssh_host_ed25519_key` (+8 -0) ➕ `keys/ssh_host_ed25519_key.pub` (+1 -0) ➕ `keys/ssh_host_rsa_key` (+38 -0) ➕ `keys/ssh_host_rsa_key.pub` (+1 -0) </details> ### 📄 Description ## Description of the change Description here ## 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:42 +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#56
No description provided.