[PR #4722] [MERGED] Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 #17476

Closed
opened 2025-11-02 13:35:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4722
Author: @theasp
Created: 8/15/2018
Status: Merged
Merged: 8/15/2018
Merged by: @lafriks

Base: masterHead: docker-sshd-config


📝 Commits (1)

  • bf25eb6 Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 docker/etc/ssh/sshd_config (+0 -1)

📄 Description

This removes the UsePrivilegeSeparation line from sshd_config, which is deprecated and causes this warning in the logs for every single ssh connection:

Aug 15 18:28:57 sshd[1200]: rexec line 32: Deprecated option UsePrivilegeSeparation

This should resolve #2876


🔄 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/go-gitea/gitea/pull/4722 **Author:** [@theasp](https://github.com/theasp) **Created:** 8/15/2018 **Status:** ✅ Merged **Merged:** 8/15/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `docker-sshd-config` --- ### 📝 Commits (1) - [`bf25eb6`](https://github.com/go-gitea/gitea/commit/bf25eb638cac1d437075eeb718a31fde8082d2f9) Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/etc/ssh/sshd_config` (+0 -1) </details> ### 📄 Description This removes the `UsePrivilegeSeparation` line from `sshd_config`, which is deprecated and causes this warning in the logs for every single ssh connection: ``` Aug 15 18:28:57 sshd[1200]: rexec line 32: Deprecated option UsePrivilegeSeparation ``` This should resolve #2876 --- <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 2025-11-02 13:35:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17476