public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@Shaw.ca>
To: cygwin@cygwin.com
Subject: Re: Cygwin 3.4.9 - how to install ssh-keygen
Date: Wed, 29 Nov 2023 15:40:42 -0700	[thread overview]
Message-ID: <88061f1d-d9ba-4a53-9f82-3fb7bbda608f@Shaw.ca> (raw)
In-Reply-To: <DB9P251MB0063450FA18595F979DEDA4FDE83A@DB9P251MB0063.EURP251.PROD.OUTLOOK.COM>

On 2023-11-29 14:58, Jose Isaias Cabrera wrote:
> 
> On Wednesday, November 29, 2023 04:38 PM, Brian Inglis expressed:
>>
>> Make sure none of the ssh bits are running and add a system startup scheduled
>> task to shut them down and perhaps also start Cygwin services e.g.
>>
>> $ sc queryex state= all | grep -i ssh
> 
> jcabrera@jicman ~
> $ sc queryex state= all | grep -i ssh
> 
> No output.
> 
>> $ for s in ssh{d,dbroker,-agent}; do sc queryex $s; done
> 
> for s in ssh{d,dbroker,-agent}; do sc queryex $s; done
> [SC] EnumQueryServicesStatus:OpenService FAILED 1060:
> 
> The specified service does not exist as an installed service.
> 
> [SC] EnumQueryServicesStatus:OpenService FAILED 1060:
> 
> The specified service does not exist as an installed service.
> 
> [SC] EnumQueryServicesStatus:OpenService FAILED 1060:
> 
> The specified service does not exist as an installed service.
> 
> 
> jcabrera@jicman ~
> 
> The services do not exists.
> 
>> $ for s in ssh{d,dbroker,-agent}; do
>> sc stop         $s
>> sleep 1
>> net stop        $s
>> sleep 1
>> sc config       $srv start= disabled
>> sc qc           $s
>> sc queryex      $s
>> done
> jcabrera@jicman ~
> $ for s in ssh{d,dbroker,-agent}; do
>          sc stop         $s
>          sleep 1
>          net stop        $s
>          sleep 1
>          sc config       $srv start= disabled
>          sc qc           $s
>          sc queryex      $s
> done
> [SC] OpenService FAILED 1060:
> [clipped]
> 
> These also failed.

Great - there are no (MS) ssh services running on your system, so no conflicts!

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry


  reply	other threads:[~2023-11-29 22:40 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 16:54 Matthias@gmx.li
2023-11-20 17:16 ` Hans-Bernhard Bröker
2023-11-20 22:41 ` Lee
2023-11-21  8:19   ` Matthias@gmx.li
     [not found]   ` <CAObURJv33N9LRgB-47V2pPguGk0eKw+om29Ft80dNurVWPZPDw@mail.gmail.com>
2023-11-21 19:07     ` Fwd: " Hans-Bernhard Bröker
2023-11-21 19:35       ` Lee
2023-11-27  6:22   ` Marco Atzeri
2023-11-22  2:23 ` Brian Inglis
2023-11-22  7:40   ` Matthias@gmx.li
2023-11-22 15:23     ` Brian Inglis
2023-11-23  8:15       ` Matthias@gmx.li
2023-11-23 16:50         ` René Berber
2023-11-24 11:31 ` Matthias@gmx.li
2023-11-24 16:57   ` EXTERNAL SENDER: " Dale Lobb (Sys Admin)
2023-11-25 16:12     ` Matthias@gmx.li
2023-11-25 18:45       ` ASSI
2023-11-26 17:12         ` Matthias@gmx.at
2023-11-26 19:21           ` Brian Inglis
2023-11-27  7:46             ` Matthias@gmx.at
2023-11-28 23:37               ` Brian Inglis
2023-11-30 13:16                 ` Cygwin 3.4.9 - how to install ssh-keygen - solved Matthias@gmx.at
2023-11-30 19:18                   ` Jose Isaias Cabrera
2023-11-29 21:13               ` Cygwin 3.4.9 - how to install ssh-keygen Jose Isaias Cabrera
2023-11-29 21:38                 ` Brian Inglis
2023-11-29 21:58                   ` Jose Isaias Cabrera
2023-11-29 22:40                     ` Brian Inglis [this message]
2023-11-29 21:56                 ` Eliot Moss
2023-11-29 22:30                 ` René Berber
2023-11-29 22:46                   ` Brian Inglis
2023-11-30  1:03                     ` Jose Isaias Cabrera
2023-11-30  1:33                       ` Ken Brown
2023-11-30  8:00                       ` Eirik Nordbrøden
2023-11-30 19:20                         ` Jose Isaias Cabrera
2023-11-30 19:53                       ` Jose Isaias Cabrera
2023-11-24 18:13   ` René Berber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88061f1d-d9ba-4a53-9f82-3fb7bbda608f@Shaw.ca \
    --to=brian.inglis@shaw.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).