[PR #245] [MERGED] generate random user password #1901

Closed
opened 2026-04-27 22:35:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/245
Author: @oschwartz10612
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (1)

  • 1bf89a2 generate random user password

📊 Changes

6 files changed (+49 additions, -15 deletions)

View changed files

📝 authdaemon.go (+7 -8)
📝 authdaemon/connection.go (+1 -1)
📝 authdaemon/host_linux.go (+28 -3)
📝 authdaemon/host_stub.go (+1 -1)
📝 authdaemon/server.go (+3 -2)
📝 main.go (+9 -0)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  • Option to generate random user password for ssh

🔄 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/fosrl/newt/pull/245 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`1bf89a2`](https://github.com/fosrl/newt/commit/1bf89a2cc91adbe1d927830b91910c4f2fe7d307) generate random user password ### 📊 Changes **6 files changed** (+49 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `authdaemon.go` (+7 -8) 📝 `authdaemon/connection.go` (+1 -1) 📝 `authdaemon/host_linux.go` (+28 -3) 📝 `authdaemon/host_stub.go` (+1 -1) 📝 `authdaemon/server.go` (+3 -2) 📝 `main.go` (+9 -0) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description - Option to generate random user password for ssh --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 22:35:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1901