[PR #31] [MERGED] Add a way to check using ssh for rsa key #36

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/31
Author: @EvgeneOskin
Created: 6/28/2021
Status: Merged
Merged: 6/28/2021
Merged by: @EvgeneOskin

Base: masterHead: feature/secure-rsa-authentication


📝 Commits (4)

  • c0c8e7b Add disabled-rsa-sha and dropbear
  • a7b663f Use bash as shell by default
  • b315b79 Add host configuration for rsa-sha and rsa-sha2
  • b734bc9 Fix starting basic ssh server with password auth

📊 Changes

21 files changed (+85 additions, -16 deletions)

View changed files

📝 Dockerfile (+6 -1)
📝 README.md (+2 -0)
📝 agent-forwarding-disabled/entrypoint.sh (+1 -1)
📝 authykey/entrypoint.sh (+1 -1)
📝 authypass/entrypoint.sh (+1 -1)
📝 client-cert/entrypoint.sh (+1 -1)
📝 docker-compose.yml (+25 -1)
dropbear/Dockerfile (+18 -0)
dropbear/dropbear_config (+0 -0)
📝 entrypoint.sh (+2 -1)
📝 gateway-ports/entrypoint.sh (+1 -1)
📝 keyboard-interactive-pass/entrypoint.sh (+1 -1)
📝 mosh/entrypoint.sh (+1 -1)
📝 multiple-auths/entrypoint.sh (+1 -1)
📝 otp/entrypoint.sh (+1 -1)
📝 pass/entrypoint.sh (+1 -1)
sanitize-auth-log.sh (+9 -0)
sshd_configs_raw/sshd_config_rsa_sha2 (+10 -0)
📝 telnet/entrypoint.sh (+1 -1)
📝 yubikey-pam/entrypoint.sh (+1 -1)

...and 1 more files

📄 Description

Description of the change

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/31 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 6/28/2021 **Status:** ✅ Merged **Merged:** 6/28/2021 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/secure-rsa-authentication` --- ### 📝 Commits (4) - [`c0c8e7b`](https://github.com/termius/hosts-farm/commit/c0c8e7b2cc253e693aecd4a5619df57e874125fe) Add disabled-rsa-sha and dropbear - [`a7b663f`](https://github.com/termius/hosts-farm/commit/a7b663f5870135886c9814e91710aa9883edfb2c) Use bash as shell by default - [`b315b79`](https://github.com/termius/hosts-farm/commit/b315b79fad2b13673e107e1610d5caeb4d70c03a) Add host configuration for rsa-sha and rsa-sha2 - [`b734bc9`](https://github.com/termius/hosts-farm/commit/b734bc9229863c1efe20f33767d2ace10bed3b0a) Fix starting basic ssh server with password auth ### 📊 Changes **21 files changed** (+85 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+6 -1) 📝 `README.md` (+2 -0) 📝 `agent-forwarding-disabled/entrypoint.sh` (+1 -1) 📝 `authykey/entrypoint.sh` (+1 -1) 📝 `authypass/entrypoint.sh` (+1 -1) 📝 `client-cert/entrypoint.sh` (+1 -1) 📝 `docker-compose.yml` (+25 -1) ➕ `dropbear/Dockerfile` (+18 -0) ➕ `dropbear/dropbear_config` (+0 -0) 📝 `entrypoint.sh` (+2 -1) 📝 `gateway-ports/entrypoint.sh` (+1 -1) 📝 `keyboard-interactive-pass/entrypoint.sh` (+1 -1) 📝 `mosh/entrypoint.sh` (+1 -1) 📝 `multiple-auths/entrypoint.sh` (+1 -1) 📝 `otp/entrypoint.sh` (+1 -1) 📝 `pass/entrypoint.sh` (+1 -1) ➕ `sanitize-auth-log.sh` (+9 -0) ➕ `sshd_configs_raw/sshd_config_rsa_sha2` (+10 -0) 📝 `telnet/entrypoint.sh` (+1 -1) 📝 `yubikey-pam/entrypoint.sh` (+1 -1) _...and 1 more files_ </details> ### 📄 Description ## Description of the change ## 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:36 +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#36
No description provided.