Bug 521084

Summary: sshd: option -R not documented
Product: [Fedora] Fedora Reporter: Kamil Dudka <kdudka>
Component: opensshAssignee: Jan F. Chadima <jchadima>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 11CC: jchadima, mgrepl, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-08 09:48:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kamil Dudka 2009-09-03 14:43:05 UTC
Version-Release number of selected component (if applicable):
openssh-5.2p1-2.fc11

Steps to Reproduce:
$ nl sshd.c |  grep \'R\' -A3

Actual results:
  1166                  case 'R':
  1167                          rexeced_flag = 1;
  1168                          inetd_flag = 1;
  1169                          break;

Expected results:
Option mentioned in manual/help.

Comment 1 Tomas Mraz 2009-09-03 15:04:16 UTC
This is internal only option which sshd uses when it reexecs itself. There is no need to mess up the public docs with that.

Comment 2 Kamil Dudka 2009-09-03 15:18:06 UTC
Then I agree, it's not a bug. Are the internal only options documented anywhere?

Comment 3 Tomas Mraz 2009-09-03 15:30:38 UTC
No, they aren't.