[PR #26] [MERGED] Add tools for testing and mosh pass #32

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/26
Author: @EvgeneOskin
Created: 2/8/2021
Status: Merged
Merged: 2/8/2021
Merged by: @EvgeneOskin

Base: masterHead: feature/add-terminal-tools-and-mosh-pass


📝 Commits (1)

  • 52b525e Add tools for testing and mosh pass

📊 Changes

19 files changed (+155 additions, -60 deletions)

View changed files

📝 Dockerfile (+6 -1)
📝 README.md (+36 -35)
📝 agent-forwarding-disabled/Dockerfile (+6 -1)
📝 authykey/Dockerfile (+6 -1)
📝 authypass/Dockerfile (+6 -1)
📝 client-cert/Dockerfile (+6 -1)
📝 docker-compose.yml (+16 -3)
📝 gateway-ports/Dockerfile (+6 -1)
📝 http-proxy/Dockerfile (+4 -0)
📝 keyboard-interactive-pass/Dockerfile (+6 -1)
📝 mosh/Dockerfile (+8 -5)
📝 mosh/entrypoint.sh (+12 -3)
📝 multiple-auths/Dockerfile (+6 -1)
📝 otp/Dockerfile (+6 -1)
📝 pass/Dockerfile (+6 -1)
📝 sftp-disabled/Dockerfile (+6 -1)
📝 telnet/Dockerfile (+1 -1)
📝 yubikey-pam/Dockerfile (+6 -1)
📝 yubikey/Dockerfile (+6 -1)

📄 Description

Description of the change

This change simplifies using host farm for testing Termius by adding terminal tools to
test terminal rendering and testing mosh connections with password.

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/26 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 2/8/2021 **Status:** ✅ Merged **Merged:** 2/8/2021 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/add-terminal-tools-and-mosh-pass` --- ### 📝 Commits (1) - [`52b525e`](https://github.com/termius/hosts-farm/commit/52b525e741204412ebad74401ea83131305cee08) Add tools for testing and mosh pass ### 📊 Changes **19 files changed** (+155 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+6 -1) 📝 `README.md` (+36 -35) 📝 `agent-forwarding-disabled/Dockerfile` (+6 -1) 📝 `authykey/Dockerfile` (+6 -1) 📝 `authypass/Dockerfile` (+6 -1) 📝 `client-cert/Dockerfile` (+6 -1) 📝 `docker-compose.yml` (+16 -3) 📝 `gateway-ports/Dockerfile` (+6 -1) 📝 `http-proxy/Dockerfile` (+4 -0) 📝 `keyboard-interactive-pass/Dockerfile` (+6 -1) 📝 `mosh/Dockerfile` (+8 -5) 📝 `mosh/entrypoint.sh` (+12 -3) 📝 `multiple-auths/Dockerfile` (+6 -1) 📝 `otp/Dockerfile` (+6 -1) 📝 `pass/Dockerfile` (+6 -1) 📝 `sftp-disabled/Dockerfile` (+6 -1) 📝 `telnet/Dockerfile` (+1 -1) 📝 `yubikey-pam/Dockerfile` (+6 -1) 📝 `yubikey/Dockerfile` (+6 -1) </details> ### 📄 Description ## Description of the change This change simplifies using host farm for testing Termius by adding terminal tools to test terminal rendering and testing mosh connections with password. ## 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:35 +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#32
No description provided.