[PR #68] [CLOSED] New hosts with max auth tries for key auth #71

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/68
Author: @sergeyaleshin
Created: 2/10/2025
Status: Closed

Base: masterHead: feature/max-auth-tries-for-key-auth


📝 Commits (2)

  • b0be58d Add chain with max auth tries for key
  • d56744f Add host with max auth tries for key (mosh)

📊 Changes

5 files changed (+37 additions, -3 deletions)

View changed files

📝 docker-compose.yml (+30 -0)
📝 mosh/Dockerfile (+1 -1)
📝 mosh/entrypoint.sh (+2 -0)
📝 mosh/sshd_config (+2 -1)
📝 sshd_configs_raw/sshd_config (+2 -1)

📄 Description

Description of the change

Add a new host with MaxAuthTries for key-based authentication:

  • Host-chain connection.
  • Connection with Mosh.

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/68 **Author:** [@sergeyaleshin](https://github.com/sergeyaleshin) **Created:** 2/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/max-auth-tries-for-key-auth` --- ### 📝 Commits (2) - [`b0be58d`](https://github.com/termius/hosts-farm/commit/b0be58d28650635f7a55dca17b01aadb1e929343) Add chain with max auth tries for key - [`d56744f`](https://github.com/termius/hosts-farm/commit/d56744f53c2330a024f0395a4cb7a3c7041e566f) Add host with max auth tries for key (mosh) ### 📊 Changes **5 files changed** (+37 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+30 -0) 📝 `mosh/Dockerfile` (+1 -1) 📝 `mosh/entrypoint.sh` (+2 -0) 📝 `mosh/sshd_config` (+2 -1) 📝 `sshd_configs_raw/sshd_config` (+2 -1) </details> ### 📄 Description ## Description of the change Add a new host with MaxAuthTries for key-based authentication: - Host-chain connection. - Connection with `Mosh`. ## 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:47 +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#71
No description provided.