delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/05/27/03:42:17

X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT 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 DOT brux AT mbrux DOT 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 AT cygwin DOT com
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019