[PR #41] [MERGED] Add missed sftp servers and host with DSA support #46

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/41
Author: @EvgeneOskin
Created: 4/19/2022
Status: Merged
Merged: 4/19/2022
Merged by: @EvgeneOskin

Base: masterHead: tech-debt/add-missed-sftp-servers


📝 Commits (5)

  • 6cad720 Disable keyboard-interactive on the key farm
  • d2a8c96 Add SFTP for services by default
  • da7b484 Add SFTP to dropbear
  • 7e7bd51 Add host farm with DSA support
  • f0c7f82 Merge branch 'feature/disable-keyboard-interactive-on-key-farms' into tech-debt/add-missed-sftp-servers

📊 Changes

10 files changed (+87 additions, -3 deletions)

View changed files

📝 docker-compose.yml (+13 -1)
📝 dropbear/Dockerfile (+1 -1)
dsa/Dockerfile (+25 -0)
keys/id_dsa (+21 -0)
keys/id_dsa.pub (+1 -0)
📝 otp/sshd_config (+1 -0)
📝 sshd_configs_raw/sshd_config (+1 -1)
sshd_configs_raw/sshd_config_dsa (+12 -0)
sshd_configs_raw/sshd_config_key (+11 -0)
📝 sshd_configs_raw/sshd_config_rsa_sha2 (+1 -0)

📄 Description

Description of the change

This change adds:

  • SFTP to most hosts
  • a host with the support of DSA keys
  • publickey only host instead of publickey with keyboardinteractive

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/41 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 4/19/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `tech-debt/add-missed-sftp-servers` --- ### 📝 Commits (5) - [`6cad720`](https://github.com/termius/hosts-farm/commit/6cad7201475aa46267800fc147bd22d9872c9730) Disable keyboard-interactive on the key farm - [`d2a8c96`](https://github.com/termius/hosts-farm/commit/d2a8c968caf45d5182c2e75e82e20ba6abe8e0f9) Add SFTP for services by default - [`da7b484`](https://github.com/termius/hosts-farm/commit/da7b484d0fa5676c1c43564c1db820d779b0d194) Add SFTP to dropbear - [`7e7bd51`](https://github.com/termius/hosts-farm/commit/7e7bd514a7ced97dce197eb704e9cea68b79279b) Add host farm with DSA support - [`f0c7f82`](https://github.com/termius/hosts-farm/commit/f0c7f8285100307bf4a4a614e1069c23c16b75bb) Merge branch 'feature/disable-keyboard-interactive-on-key-farms' into tech-debt/add-missed-sftp-servers ### 📊 Changes **10 files changed** (+87 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+13 -1) 📝 `dropbear/Dockerfile` (+1 -1) ➕ `dsa/Dockerfile` (+25 -0) ➕ `keys/id_dsa` (+21 -0) ➕ `keys/id_dsa.pub` (+1 -0) 📝 `otp/sshd_config` (+1 -0) 📝 `sshd_configs_raw/sshd_config` (+1 -1) ➕ `sshd_configs_raw/sshd_config_dsa` (+12 -0) ➕ `sshd_configs_raw/sshd_config_key` (+11 -0) 📝 `sshd_configs_raw/sshd_config_rsa_sha2` (+1 -0) </details> ### 📄 Description ## Description of the change This change adds: - SFTP to most hosts - a host with the support of DSA keys - publickey only host instead of publickey with keyboardinteractive ## 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:39 +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#46
No description provided.