[PR #13] [MERGED] Add new hosts configurations (Mosh, DEBUG3, disabled PF and AF, ...) #16

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/13
Author: @DenisKhrutsky
Created: 11/26/2018
Status: Merged
Merged: 11/27/2018
Merged by: @Maxbey

Base: masterHead: additional-hosts


📝 Commits (2)

  • 262e0d9 Add configurations for additional hosts (debug3, mosh, PAM, AF, disabled PF, GatewayPorts, SFTP, auth methods)
  • d9a0786 Add DEBUG3 log level for all hosts

📊 Changes

36 files changed (+468 additions, -16 deletions)

View changed files

📝 README.md (+8 -0)
agent-forwarding-disabled/Dockerfile (+10 -0)
agent-forwarding-disabled/entrypoint.sh (+37 -0)
agent-forwarding-disabled/sshd_config (+9 -0)
📝 authykey/entrypoint.sh (+5 -1)
📝 authykey/sshd_config (+2 -1)
📝 authypass/entrypoint.sh (+5 -1)
📝 authypass/sshd_config (+2 -1)
📝 docker-compose.yml (+72 -0)
📝 entrypoint.sh (+5 -1)
gateway-ports/Dockerfile (+11 -0)
gateway-ports/entrypoint.sh (+40 -0)
gateway-ports/http.py (+33 -0)
gateway-ports/sshd_config (+9 -0)
keyboard-interactive-pass/Dockerfile (+10 -0)
keyboard-interactive-pass/entrypoint.sh (+33 -0)
keyboard-interactive-pass/sshd_config (+7 -0)
mosh/Dockerfile (+13 -0)
mosh/entrypoint.sh (+37 -0)
multiple-auths/Dockerfile (+10 -0)

...and 16 more files

📄 Description

Full list of hosts:

  • DEBUG3 logging level

  • Mosh

  • Keyboard-interactive with PAM

  • Disabled Port Forwarding

  • Disabled Agent Forwarding

  • GatewayPorts

  • Invalid SFTP

  • Multiple Authentication methods


🔄 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/13 **Author:** [@DenisKhrutsky](https://github.com/DenisKhrutsky) **Created:** 11/26/2018 **Status:** ✅ Merged **Merged:** 11/27/2018 **Merged by:** [@Maxbey](https://github.com/Maxbey) **Base:** `master` ← **Head:** `additional-hosts` --- ### 📝 Commits (2) - [`262e0d9`](https://github.com/termius/hosts-farm/commit/262e0d91364dde9600d2bef8760c994f149e569b) Add configurations for additional hosts (debug3, mosh, PAM, AF, disabled PF, GatewayPorts, SFTP, auth methods) - [`d9a0786`](https://github.com/termius/hosts-farm/commit/d9a0786e6c095e12bca6afb33e13272f425341eb) Add DEBUG3 log level for all hosts ### 📊 Changes **36 files changed** (+468 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -0) ➕ `agent-forwarding-disabled/Dockerfile` (+10 -0) ➕ `agent-forwarding-disabled/entrypoint.sh` (+37 -0) ➕ `agent-forwarding-disabled/sshd_config` (+9 -0) 📝 `authykey/entrypoint.sh` (+5 -1) 📝 `authykey/sshd_config` (+2 -1) 📝 `authypass/entrypoint.sh` (+5 -1) 📝 `authypass/sshd_config` (+2 -1) 📝 `docker-compose.yml` (+72 -0) 📝 `entrypoint.sh` (+5 -1) ➕ `gateway-ports/Dockerfile` (+11 -0) ➕ `gateway-ports/entrypoint.sh` (+40 -0) ➕ `gateway-ports/http.py` (+33 -0) ➕ `gateway-ports/sshd_config` (+9 -0) ➕ `keyboard-interactive-pass/Dockerfile` (+10 -0) ➕ `keyboard-interactive-pass/entrypoint.sh` (+33 -0) ➕ `keyboard-interactive-pass/sshd_config` (+7 -0) ➕ `mosh/Dockerfile` (+13 -0) ➕ `mosh/entrypoint.sh` (+37 -0) ➕ `multiple-auths/Dockerfile` (+10 -0) _...and 16 more files_ </details> ### 📄 Description Full list of hosts: - DEBUG3 logging level - Mosh - Keyboard-interactive with PAM - Disabled Port Forwarding - Disabled Agent Forwarding - GatewayPorts - Invalid SFTP - Multiple Authentication methods --- <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:30 +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#16
No description provided.