delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/10/31/10:53:06

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=bkSXw5a
OI5PCgswCiq4ZlTUUCjGvqdSfQ0RwidzT8wOJbha/h2QBimMQBfZ3HhdowsYeT0t
zwCGVTTzRdkt0pa/sQA3CnqtF7hIgYIdsv6l5n4Y4Y7m+pcaPy6LisGMWxIvA/qB
see6JyNTUDS2HpsLAI2aHsurmVpdN4BCkZ4c=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=iC9INFMoegwf9
tLTWwpK/0lDzCg=; b=iPrjafBXQL/2P2lBcQBwyVjczZcWeYyPGFMchbf+JqosG
X8G8IXNf4xDgxPRPNjSVJZCK22QSOc1mdjcF25eqyeRD5a973Zxo4p0s3MzPe2TD
tYtOU0Q4zcVgpHP4Te8mDtp0+jPkgWP3aYbsOSMlynfgOWe9V0BdEQ15dQHdRU=
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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:reikred, U*reikred, reikred AT gmail DOT com, reikredgmailcom
X-HELO: mail-ua0-f170.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:in-reply-to:references:from:date :message-id:subject:to; bh=MXimV++zENKhudtMf4L2VIqHPCYUaGjV6Nt3n7fG7oc=; b=DL4Zs2XnYQQpn1l8CrSa8MuhbAKVw0XBE3uNBlJ7CJgp53O5kqp2mJP4640q6IL/pT suKAc47oSprUQo65dVrfSfPXkcKk3yFZz8UyBST92ajgummEGC5HIiwvnVwMxKqAM4s6 54i6TmsnSuSDwh1952pY5p7TcC/XTGTvdqIu44LpovYl6+rUBDs09YBWxouABO0ImGDJ EMwQGj6arVVIf2pCpg4LVfW0IzSixrpbDk50GOGC+Lxne9J6yn/+DoVzt6zsMKNZGmEy 6fOBL8guiyv5J7vqTNLpJs83SArxLrLKkMiwtE0Tl58QxxNPmW5xPt1ekLtc/FECnUTL ApuA==
X-Gm-Message-State: ABUngvcq6yM5dRwcGfmzHvsWijGYwKnwEqBGM6paXL8TFmbqsmDJUJxltKCA8LYIDgG7je+p4urVVJUSsGWw/Q==
X-Received: by 10.159.36.51 with SMTP id 48mr3875970uaq.27.1477925527570; Mon, 31 Oct 2016 07:52:07 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <d333e184-6989-0994-44ae-3ec5743ad955@gmail.com>
References: <d333e184-6989-0994-44ae-3ec5743ad955 AT gmail DOT com>
From: Stephen John Smoogen <smooge AT gmail DOT com>
Date: Mon, 31 Oct 2016 10:52:07 -0400
Message-ID: <CANnLRdhsAQe_vtQ61KNrKcUWy6wXT_Ce6=bLZcOciPpMG2EF-Q@mail.gmail.com>
Subject: Re: windows 10 native ubuntu hijacked sshd and starts DOS shell
To: reikred AT gmail DOT com, cygwin AT cygwin DOT com
X-IsSubscribed: yes

On 30 October 2016 at 02:21, reik red <reikred AT gmail DOT com> wrote:
> I updated my windows 10 laptop to the new "anniversary edition", which includes a "native" Ubuntu linux environment,
> which includes a bash shell and other packages.
>
> When I later tried to ssh into win10, I discovered that I no longer get a login to cygwin, but rather to Ubuntu (and
> with a new known_hosts fingerprint, as could be expected). Moreover, the login shell is not even bash but some sort of
> DOS shell.
>
> My question is: Has anyone figured out how to steal sshd back to Cygwin, or, alternatively, to redirect the Ubuntu sshd
> to start a Cygwin shell? Because Win10/ubuntu is very new, there seems to be not much information out there.
>



1. This isn't the Ubuntu sshd or anything to do with Ubuntu. Windows
10 comes with its own SSHD which can be started and will drop you into
a cmd.exe I don't know why it was active on your system after the
update.. what version of 10 are you running?
2. To get Ubuntu working you need to download extra items from the
Windows store.

you found my 3. which was to run msconfig :).


>
> --
> 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
>



-- 
Stephen J Smoogen.

--
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