[PR #33] [MERGED] Add tinyssh and fix builds for putty and socks5 #37

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/33
Author: @EvgeneOskin
Created: 9/22/2021
Status: Merged
Merged: 9/22/2021
Merged by: @EvgeneOskin

Base: masterHead: feature/tinyssh


📝 Commits (2)

  • f33d9e7 Add missed files for socks5 and putty
  • 3fdfd1a Add tinyssh service

📊 Changes

9 files changed (+166 additions, -39 deletions)

View changed files

📝 README.md (+41 -39)
📝 docker-compose.yml (+12 -0)
keys/putty_rsa (+26 -0)
keys/putty_rsa.pub (+1 -0)
keys/putty_rsa_encrypted (+26 -0)
keys/putty_rsa_encrypted.pub (+1 -0)
socks5/Dockerfile (+14 -0)
socks5/danted.conf (+24 -0)
tinyssh/Dockerfile (+21 -0)

📄 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/33 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 9/22/2021 **Status:** ✅ Merged **Merged:** 9/22/2021 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/tinyssh` --- ### 📝 Commits (2) - [`f33d9e7`](https://github.com/termius/hosts-farm/commit/f33d9e786894d21c3c9ba66f6f52a048b24745fc) Add missed files for socks5 and putty - [`3fdfd1a`](https://github.com/termius/hosts-farm/commit/3fdfd1a37dd12ae27f787ce44709b41ed18a238e) Add tinyssh service ### 📊 Changes **9 files changed** (+166 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+41 -39) 📝 `docker-compose.yml` (+12 -0) ➕ `keys/putty_rsa` (+26 -0) ➕ `keys/putty_rsa.pub` (+1 -0) ➕ `keys/putty_rsa_encrypted` (+26 -0) ➕ `keys/putty_rsa_encrypted.pub` (+1 -0) ➕ `socks5/Dockerfile` (+14 -0) ➕ `socks5/danted.conf` (+24 -0) ➕ `tinyssh/Dockerfile` (+21 -0) </details> ### 📄 Description ## Description of the change ## Type of change - [x] Feature - [x] 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#37
No description provided.