Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 #4722

Merged
theasp merged 1 commits from docker-sshd-config into master 2018-08-15 22:58:13 +00:00
theasp commented 2018-08-15 18:32:42 +00:00 (Migrated from github.com)

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 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
codecov-io commented 2018-08-15 18:39:57 +00:00 (Migrated from github.com)

Codecov Report

Merging #4722 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4722      +/-   ##
=========================================
- Coverage   20.71%   20.7%   -0.01%     
=========================================
  Files         167     167              
  Lines       32355   32355              
=========================================
- Hits         6702    6699       -3     
- Misses      24672   24674       +2     
- Partials      981     982       +1
Impacted Files Coverage Δ
modules/process/manager.go 69.56% <0%> (-4.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f24ba27...bf25eb6. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=h1) Report > Merging [#4722](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=desc) into [master](https://codecov.io/gh/go-gitea/gitea/commit/f24ba27d79d02c197ff5f11283010b681ec3579d?src=pr&el=desc) will **decrease** coverage by `<.01%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-gitea/gitea/pull/4722/graphs/tree.svg?token=t1G57YGbPy&src=pr&height=150&width=650)](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #4722 +/- ## ========================================= - Coverage 20.71% 20.7% -0.01% ========================================= Files 167 167 Lines 32355 32355 ========================================= - Hits 6702 6699 -3 - Misses 24672 24674 +2 - Partials 981 982 +1 ``` | [Impacted Files](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [modules/process/manager.go](https://codecov.io/gh/go-gitea/gitea/pull/4722/diff?src=pr&el=tree#diff-bW9kdWxlcy9wcm9jZXNzL21hbmFnZXIuZ28=) | `69.56% <0%> (-4.35%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=footer). Last update [f24ba27...bf25eb6](https://codecov.io/gh/go-gitea/gitea/pull/4722?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
techknowlogick approved these changes 2018-08-15 20:57:37 +00:00
techknowlogick left a comment
Contributor

@theasp thanks for the PR ?

@theasp thanks for the PR ?
lafriks (Migrated from github.com) approved these changes 2018-08-15 22:58:05 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
2 Participants
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: lunny/gitea#4722
No description provided.