[PR #4] [MERGED] Added different ssh auth configs (KEX, Chipers, Key types) #7

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

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/4
Author: @nzachateyskiy
Created: 7/22/2016
Status: Merged
Merged: 4/12/2017
Merged by: @EvgeneOskin

Base: masterHead: master


📝 Commits (1)

  • 100ed73 Added different key auths

📊 Changes

51 files changed (+900 additions, -0 deletions)

View changed files

aes128-ctr/Dockerfile (+9 -0)
aes128-ctr/entrypoint.sh (+23 -0)
aes128-ctr/id_rsa (+51 -0)
aes128-ctr/id_rsa.pub (+1 -0)
aes128-ctr/sshd_config (+8 -0)
aes192-ctr/Dockerfile (+9 -0)
aes192-ctr/entrypoint.sh (+23 -0)
aes192-ctr/id_rsa (+51 -0)
aes192-ctr/id_rsa.pub (+1 -0)
aes192-ctr/sshd_config (+8 -0)
aes256-ctr/Dockerfile (+9 -0)
aes256-ctr/entrypoint.sh (+23 -0)
aes256-ctr/id_rsa (+51 -0)
aes256-ctr/id_rsa.pub (+1 -0)
aes256-ctr/sshd_config (+8 -0)
chacha20-poly1305_at_openssh.com/Dockerfile (+9 -0)
chacha20-poly1305_at_openssh.com/entrypoint.sh (+23 -0)
chacha20-poly1305_at_openssh.com/id_rsa (+51 -0)
chacha20-poly1305_at_openssh.com/id_rsa.pub (+1 -0)
chacha20-poly1305_at_openssh.com/sshd_config (+8 -0)

...and 31 more files

📄 Description

No description provided


🔄 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/4 **Author:** [@nzachateyskiy](https://github.com/nzachateyskiy) **Created:** 7/22/2016 **Status:** ✅ Merged **Merged:** 4/12/2017 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`100ed73`](https://github.com/termius/hosts-farm/commit/100ed73284aada308b3bb514725e2185f81354a4) Added different key auths ### 📊 Changes **51 files changed** (+900 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `aes128-ctr/Dockerfile` (+9 -0) ➕ `aes128-ctr/entrypoint.sh` (+23 -0) ➕ `aes128-ctr/id_rsa` (+51 -0) ➕ `aes128-ctr/id_rsa.pub` (+1 -0) ➕ `aes128-ctr/sshd_config` (+8 -0) ➕ `aes192-ctr/Dockerfile` (+9 -0) ➕ `aes192-ctr/entrypoint.sh` (+23 -0) ➕ `aes192-ctr/id_rsa` (+51 -0) ➕ `aes192-ctr/id_rsa.pub` (+1 -0) ➕ `aes192-ctr/sshd_config` (+8 -0) ➕ `aes256-ctr/Dockerfile` (+9 -0) ➕ `aes256-ctr/entrypoint.sh` (+23 -0) ➕ `aes256-ctr/id_rsa` (+51 -0) ➕ `aes256-ctr/id_rsa.pub` (+1 -0) ➕ `aes256-ctr/sshd_config` (+8 -0) ➕ `chacha20-poly1305_at_openssh.com/Dockerfile` (+9 -0) ➕ `chacha20-poly1305_at_openssh.com/entrypoint.sh` (+23 -0) ➕ `chacha20-poly1305_at_openssh.com/id_rsa` (+51 -0) ➕ `chacha20-poly1305_at_openssh.com/id_rsa.pub` (+1 -0) ➕ `chacha20-poly1305_at_openssh.com/sshd_config` (+8 -0) _...and 31 more files_ </details> ### 📄 Description _No description provided_ --- <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:27 +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#7
No description provided.