mirror of
https://github.com/termius/hosts-farm.git
synced 2026-04-27 06:05:50 +03:00
[PR #13] [MERGED] Add new hosts configurations (Mosh, DEBUG3, disabled PF and AF, ...) #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hosts-farm#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:additional-hosts📝 Commits (2)
262e0d9Add configurations for additional hosts (debug3, mosh, PAM, AF, disabled PF, GatewayPorts, SFTP, auth methods)d9a0786Add 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.