any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Marilo
I am able to connect to a server running Cygwin's sshd from a computer running debian openssh.. or from a computer running cygwin. So the server is set fine. If the key fails it prompts for a password, i've set the server's sshd_config is set like that. But the Android apps that i've tried e.g.

Re: any ssh for android that can connect to cygwin's sshd?

2014-09-05 Thread Marilo
On Friday, 5 September 2014, 16:18, Richard wrote: On Fri, 5 Sep 2014, Marilo wrote: >> >> I am able to connect to a server running Cygwin's sshd from a computer >> running debian openssh.. or from >>a computer running cygwin. So the server >> is set fi

Re: any ssh for android that can connect to cygwin's sshd?

2014-09-06 Thread Marilo
On Fri, 5 Sep 2014, Marilo wrote: >>> >>> I am able to connect to a server running Cygwin's sshd from a computer >>> running debian openssh.. or from a computer running cygwin. So the server >>> is set fine. If the key fails it prompts for

command line smtp client / command line email?

2014-09-28 Thread Marilo
what are my options for a command line smtp client in cygwin? I'd want to specify smtp server and from address. I'd like TLS/SSL to be supported by the command sendmail , doesn't look like it exists on cygwin and I know on *nix it shuts down any postfix server so I guess it mighttry to shut dow

reload ssh configuration without stopping and starting the service?

2014-12-06 Thread Marilo
I know linux has ways to reload configuration files without restarting a service. Is there a way with cygwin's sshd to reload the configuration files without stopping and starting it. I know of net start sshd, net stop sshd, and I have checked cygrunsrv http://web.mit.edu/cygwin/cygwin_v1.3.2

example for Match Host, in ssh?

2014-12-07 Thread Marilo
I have managed to get Match Address and Match User to work e.g. I see an effect for Match User blah MaxAuthTries 0 But I cannot get Match Host to work I have a computer compa I can ping compa but when in sshd_config I do Match Host compa MaxAuthTries 0 it has no effect And when I try in

a batch that executes a command within cygwin?

2014-12-14 Thread Marilo
I would like to make a batch file that executes a command within cygwin. or tells cygwin to execute some commands when it starts. I know I can do C:\cygwin\bin>nc <--- And that works So there isnt a big reason for me to want to do it within cygwin.. But i'm interested to know if I can..

tab autocomplete is going mad (waiting and giving a beep or being slow then displaying too many possibilities)

2015-04-14 Thread Marilo
Tab autocomplete is going mad.. Either A) It waits for a while, in which time I can't type anything, then it gives a beep and exits, letting me type, but not displaying anything or B) It waits for a while, then says there are loads of possibilities I'll demonstrate showing how it is for this di

I can't connect to ssh

2015-06-06 Thread Marilo
harvey@samsung350 ~ $ nc 127.0.0.1 22 SSH-2.0-OpenSSH_6.6.1 harvey@samsung350 ~ $ ssh 127.0.0.1 Connection closed by 127.0.0.1 I have no authorized_keys file which is fine. I am allowing PasswordAuthentication and also PubKeyAuthentication on the server. My password is not empty. It i

Re: I can't connect to ssh

2015-06-07 Thread Marilo
On Sunday, 7 June 2015, 3:48, Jim Garrison wrote: On 6/6/2015 6:15 PM, Marilo wrote: >> >> >> harvey@samsung350 ~ >> $ nc 127.0.0.1 22 >> SSH-2.0-OpenSSH_6.6.1 >> >> >> harvey@samsung350 ~ >> $ ssh 127.0.0.1 >> Connection cl

can't change a file's permissions + some ssh

2015-06-07 Thread Marilo
after some fiddling with ssh.. removing the service, removing keys, re-running ssh-host-config, I got this error harvey@samsung350 ~ $ tail /var/log/sshd.log @@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@

Re: can't change a file's permissions + some ssh

2015-06-09 Thread Marilo
>On Jun 7 17:46, Marilo wrote: >> after some fiddling with ssh.. removing the service, removing keys, >> re-running ssh-host-config, I got this >error >> >> harvey@samsung350 ~ >> $ tail /var/log/sshd.log >> @@@

Re: SOCKS without SSH?

2012-04-04 Thread Marilo
sents. > From: Marilo > What are my options, what commands, > for setting up a SOCKS server without SSH? > > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

a netcat that supports -X and -x ?

2012-04-27 Thread Marilo
When I google man nc, I see http://linux.die.net/man/1/nc I see -X proxy_version and -x proxy_address[:port] But cygwin's netcat doesn't include that. Is it possible to get a copy of netcat for cygwin(or even for windows, or both) that includes that -x and -X? -- Problem reports:

screen goes messy in vi

2012-05-04 Thread Marilo
Here are 2 screenshots of me trying to read a readme.txt file for a program I have the same problem for other files too. It looks fine when I open it.. (in vi) http://i45.tinypic.com/n6rxu1.jpg (after exiting vi) http://i49.tinypic.com/126dxmx.jpg Like when I try to read sshd_config it looks

How do I build this program for Cygwin?

2012-05-05 Thread Marilo
I don't have a background in C.. I want to compile this program for Cygwin.. http://netcat.cvs.sourceforge.net/viewvc/netcat/?view=tar I know cygwin has a netcat package installed, but I think this one on sourceforge might be more up to date. I've heard for example that the one on sourceforge

Re: How do I build this program for Cygwin?

2012-05-05 Thread Marilo
--- On Sat, 5/5/12, René Berber wrote: > From: René Berber > Subject: Re: How do I build this program for Cygwin? > To: cygwin mailing list > Date: Saturday, 5 May, 2012, 23:54 > On 5/5/2012 5:40 PM, Marilo wrote: > > [snip] > > But I see no "configure" fi

Re: How do I build this program for Cygwin?

2012-05-06 Thread Marilo
--- On Sun, 6/5/12, René Berber wrote: > From: René Berber > Subject: Re: How do I build this program for Cygwin? > To: cygwin > Date: Sunday, 6 May, 2012, 5:39 > On 5/5/2012 10:59 PM, Marilo wrote: > > [snip] > > $ autoconf-2.13 > > autoconf: configure.in: N

Re: How do I build this program for Cygwin?

2012-05-06 Thread Marilo
--- On Sun, 6/5/12, Mark Geisertwrote: > From: Mark Geisert > Subject: Re: How do I build this program for Cygwin? > To: cygwin > Date: Sunday, 6 May, 2012, 9:46 > Marilo writes: > > > You followed the wrong instructions. > > > > The instructions - "I

Re: How do I build this program for Cygwin?

2012-05-06 Thread Marilo
Many thanks that worked. and just prior to that, I tried what elliot said too, (the lesser clean!), make clean then make.. that worked too! It doesn't have -X proto, but it's nice to have GNU netcat 0.7.1 to know what it looks like.. (not too different from the one in cygwin!).. And now I kn

Having openbsd's version of netcat the Cygwin package setup?

2012-05-07 Thread Marilo
--- On Sun, 6/5/12, JonY wrote: > From: JonY > Subject: Re: How do I build this program for Cygwin? > To: cygwin > Date: Sunday, 6 May, 2012, 23:52 >> On 5/7/2012 04:55, Marilo wrote: >> ... >> It(that GNU version) doesn't have -X proto (either), but it

installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
I know ssh is the recommended thing, it has encryption and public keys. But I would like to install and try rsh and the like nonetheless to see what it was like. I'm the only person on my LAN and it's just for my LAN. I would like to use rsh and rlogin, and their respective servers I can see

Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
un, May 13, 2012 at 11:29:52AM > +0100, Marilo wrote: > > > > I know ssh is the recommended thing, it has encryption > and public keys. > > But I would like to install and try rsh and the like > nonetheless to see > > what it was like. I'm the only person o

Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
From: Earnie Boyd > Subject: Re: installing rsh and rlogin servers - rshd and rlogind > To: narium cygwin > Date: Sunday, 13 May, 2012, 21:13 > On Sun, May 13, 2012 at 3:20 PM, > Marilo wrote: > > I am surprised /usr/sbin isn't in the PATH though.. > > Why should the syst

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Marilo
The java aspect looks like a red herring as not relevant to the problem. You want to run a *nix shell script and presumably don't want to write your own bat file doing the same job. I'm probably missing something but given that there's cygwin, and it's a *nux script, what about just editing the

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Marilo
--- On Fri, 18/5/12, Earnie Boyd wrote: > From: Earnie Boyd > Subject: Re: Making Unix like paths work when using java program from Cygwin > Date: Friday, 18 May, 2012, 16:15 > On Fri, May 18, 2012 at 11:11 AM, > Marilo wrote: > > The java aspect looks like a red herring

problem with rexec

2012-05-29 Thread Marilo
I know ssh is more secure, but I am interested in rsh/rlogin/rexec.. so i'm just trying it locally on my own few computers, just for the sake of knowing them. rexec is working fine for me locally $ rexec 127.0.0.1 ls Password: _vimrc _vimrc a.a a.ag a.b $ rexec -l user 127.0.0.1 ls Password:

why is rsh not running normally but is running rlogin?

2012-05-29 Thread Marilo
As mentioned, I am just trying rexec/rsh/rlogin, just as a test, on my few computers. I know ssh is more secure.. I have uncommented these lines in inetd.conf shell stream tcp nowait root/usr/sbin/tcpd rshd -L login stream tcp nowait root/usr/sbin/tcpd rlogind execstre

Re: why is rsh not running normally but is running rlogin?

2012-06-06 Thread Marilo
--- On Tue, 29/5/12, Marilo wrote: > From: Marilo > Subject: why is rsh not running normally but is running rlogin? > To: cygwin > Date: Tuesday, 29 May, 2012, 10:29 > As mentioned, I am just trying > rexec/rsh/rlogin, just as a test, on my few computers. I > know ssh is

difficulty getting ddrescue to install properly

2020-11-05 Thread Marilo via Cygwin
I've used ddrescue in the past but I can't seem to install it now! I ran https://cygwin.com/setup-x86_64.exe and installed ddrescue In the dropdown under choose packages, I choose "full" so they all show and I choose "ddrescue" it's 1.25-1 and I click it so it installs so it shows "keep". And

re difficulty getting ddrescue to install properly

2020-11-07 Thread Marilo via Cygwin
>What are your options for running the Cygwin Setup program and your answers >input to dialogue box entries? > Check /var/log/setup.log.full for ddrescue install or errors and if that > shows nothing check /var/log/setup.log, which is a summary of all Cygwin > Setup program runs ever completed