X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=cbLjbveBj+dPDLWZTlkyqHQ2Hvxbk
	da8uWeoTtgaA0YbBo6CzIXgt8oOaAgONjm13nhlMPniRaLvKyOa4O9GPcJA3o/OC
	9N+RjFzKfEuRFCSQpK0LjO0q/1ndEDHkG4sGmw6QN9PWw+MMgdG1pQEaML9V4Y0u
	PAYNUFme+HCXwA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=bi/MIdXlf0+Wb3xwQ1DV1iOA5XA=; b=hgb
	Anaxs5G24cp5rSeRUAM0PTsuBX4IKcXLKdGin9gBAmqqzJqJ5o2Qip8jptYKE5bL
	M1i99QzovXwlr+ykge9JSIG/koLYSpOlpkHFNKywSknOnmlenfvzKV4a2DRAxQ2U
	bKUK9yBCBfLEXqUUsDs0CfPYYbyg1vp6UgI5H9Nw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Envelope-From:sk:michael, HX-Received:Fri, listens
X-HELO: mail-vk0-f47.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=p2pOqWrqci4Djm6BsTqr1aNY6LGNveV1g8QtegC/lR0=;        b=bl0k29jsip5Bckjy0rew8TmeJlER81htOmdJdeJTNp9ikwK67J20lJP5dKbhMhToMG         7nYe81wq9bKhvzbSiOOpQ6E4kN+t2rAS9dSX36jBaLRBNx462iKdkY8eVIpcnBcllTrl         7gpv7Oz3dw8VMw50ltC3qBU0aOkr8aBVO2Hg5zoiT5gPplvJtAw/vUaYhJ077tL7NbsG         qlAT+RN3R82XSJD7BxhZokT0S01HuoL3fwzm0kDRxoh66LL+zvdJy0T3qa3Flp7aRABq         PHncnmtNsuNP2q/+ctt8zfwCmx60lOQu/aoQZRiwC+IlBCwESwO7XHCimQ7hDQZKDO4/         XQeA==
X-Gm-Message-State: ALyK8tKbRfKd7Da4VXpHlcF4vacRAZJji2f/m+7Cbao8GUDoQK/QkGlq4aA23H2YbB54/WPCvUOiTwZZBaJI4/28
X-Received: by 10.31.85.3 with SMTP id j3mr7828932vkb.156.1464334901299; Fri, 27 May 2016 00:41:41 -0700 (PDT)
MIME-Version: 1.0
From: Michael Brux <michael.brux@mbrux.de>
Date: Fri, 27 May 2016 09:41:01 +0200
Message-ID: <CAMHVgiqVU5gBvz04o8SW9vtf+Z91PLrWa4hV4v08S77_GrE3xw@mail.gmail.com>
Subject: openssh 7.2p2-1 - Cygwin README - name option missing
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hi Cygwin mailinig list,

In /usr/share/doc/Cygwin/openssh.README the --name option is missing.

From README:

usage: ssh-host-config [OPTION]...
Options:
    --debug  -d            Enable shell's debug output.
    --yes    -y            Answer all questions with "yes" automatically.
    --no     -n            Answer all questions with "no" automatically.
    --cygwin -c <options>  Use "options" as value for CYGWIN environment var.
    --port   -p <n>        sshd listens on port n.
    --user   -u <account>  privileged user for service, default 'cyg_server'.
    --pwd    -w <passwd>   Use "pwd" as password for privileged user.
    --privileged           On Windows XP, require privileged user
                           instead of LocalSystem for sshd service.

From Script (e.g. /usr/bin/ssh-host-config -h):

usage:  [OPTION]...

This script creates an OpenSSH host configuration.

Options:
  --debug  -d            Enable shell's debug output.
  --yes    -y            Answer all questions with "yes" automatically.
  --no     -n            Answer all questions with "no" automatically.
  --cygwin -c <options>  Use "options" as value for CYGWIN environment var.
  --name   -N <name>     sshd windows service name.
  --port   -p <n>        sshd listens on port n.
  --user   -u <account>  privileged user for service, default 'cyg_server'.
  --pwd    -w <passwd>   Use "pwd" as password for privileged user.
  --privileged           On Windows XP, require privileged user
                         instead of LocalSystem for sshd service.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

