Re: ssh login to cygwin bash?

2018-04-26 Thread Ulli Horlacher
On Thu 2018-03-29 (22:21), Marco Atzeri wrote: > as it seems you have not done so, likely you have another > ssh server than cygwin one running on your pc. Late feedback: this was the case! Thanks for the hint! I have now disabled the foreign sshd, reinstalled cygwin openssh server, opened port 2

Re: ssh login to cygwin bash?

2018-03-29 Thread Erik Soderquist
On Thu, Mar 29, 2018 at 4:17 PM, Brian Inglis wrote: >> I would actually like to know how you managed this, as I have a couple >> use cases where this is what I do need... > > W10 Developer mode installs and enables minimal MS SSH server for Settings > "Device discovery" mDNS service "SSDP Discover

Re: ssh login to cygwin bash?

2018-03-29 Thread Brian Inglis
On 2018-03-29 13:35, Ulli Horlacher wrote: > On Thu 2018-03-29 (13:00), Erik Soderquist wrote: >> On Thu, Mar 29, 2018 at 10:24 AM, Ulli Horlacher wrote: >>> I have installed cygwin openssh and the sshd is running. >>> When I log in, I get a "DOS shell": >>> ~: uname -a >>> CYGWIN_NT-6.1 WIN-LS0QDO

Re: ssh login to cygwin bash?

2018-03-29 Thread Marco Atzeri
On 29/03/2018 21:35, Ulli Horlacher wrote: On Thu 2018-03-29 (13:00), Erik Soderquist wrote: On Thu, Mar 29, 2018 at 10:24 AM, Ulli Horlacher wrote: I have installed cygwin openssh and the sshd is running. When I log in, I get a "DOS shell": ~: uname -a CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0

Re: ssh login to cygwin bash?

2018-03-29 Thread Brian Inglis
On 2018-03-29 11:00, Erik Soderquist wrote: > On Thu, Mar 29, 2018 at 10:24 AM, Ulli Horlacher wrote: >> >> I have installed cygwin openssh and the sshd is running. >> When I log in, I get a "DOS shell": >> >> ~: uname -a >> CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygw

Re: ssh login to cygwin bash?

2018-03-29 Thread Ulli Horlacher
On Thu 2018-03-29 (13:00), Erik Soderquist wrote: > On Thu, Mar 29, 2018 at 10:24 AM, Ulli Horlacher wrote: > > > > > I have installed cygwin openssh and the sshd is running. > > When I log in, I get a "DOS shell": > > > > ~: uname -a > > CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02

Re: ssh login to cygwin bash?

2018-03-29 Thread Andrey Repin
Greetings, Ulli Horlacher! > I have installed cygwin openssh and the sshd is running. > When I log in, I get a "DOS shell": > ~: uname -a > CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin > ~: ssh localhost > admin@localhost's password: > C:\users\admin> > But I wa

Re: ssh login to cygwin bash?

2018-03-29 Thread Erik Soderquist
On Thu, Mar 29, 2018 at 10:24 AM, Ulli Horlacher wrote: > > I have installed cygwin openssh and the sshd is running. > When I log in, I get a "DOS shell": > > ~: uname -a > CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin > ~: ssh localhost > admin@localhost's password:

ssh login to cygwin bash?

2018-03-29 Thread Ulli Horlacher
I have installed cygwin openssh and the sshd is running. When I log in, I get a "DOS shell": ~: uname -a CYGWIN_NT-6.1 WIN-LS0QDOSDIBL 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin ~: ssh localhost admin@localhost's password: C:\users\admin> But I want bash as login shell. How can I configure