Connecting

2019-10-25 Thread Eugene Gregory Walz
Hi there! Nice to e-meet you. I’m Eugene from Very Good Security’s Editorial Team. I see that your site: smalldata.tech caters to a similar audience as ours and I was hoping to collaborate with you. My team and I write articles that cover security innovations, technology integrations, cyber-securi

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-06 Thread Lee
On 1/4/16, Adam Dinwoodie wrote: > On Mon, Jan 04, 2016 at 06:05:32PM -0200, João Paulo wrote: >> Hello all, >> I have a mystery and I need help. I have openssh(Cygwin) installed >> and working just fine in here. >> I can connect normally from any of my machines to the server using >> local IPs. Ex

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-05 Thread João Paulo
Guys, thanks a lot for all the tips. Ended up being a firewall issue on my modem. I could connect from a machine on US (I am in Brazil) from work, and no were else. I started to map the incoming ports on the router and notice that it was actually not reaching the router. That lead me to conclude

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread Oleg Volkov
04.01.2016 22:05, João Paulo writes: Hello all, I have a mystery and I need help. I have openssh(Cygwin) installed and working just fine in here. I can connect normally from any of my machines to the server using local IPs. Ex: ssh localhost or ssh 192.168.0.2. BUT, when using my external IP(over

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread Jack
. The connection is reaching my machine on port 22. Detail that I am trying to connect on the same macine as the server (1.2) If I use ssh 192.1168.1.2 it works, but if I use 187.144.55.x it doesnt. Any other suggestion? Thanks. Have you tried connecting to the external IP from a machine that

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread João Paulo
Just run wireshark in here, and that is what I got: 3686466.550797192.168.1.2187.114.55.XTCP62 [TCP Retransmission] 50346 → 22 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 SACK_PERM=1 1.2 is my local server. 187.144.55.X is my real IP. The connection is reaching my machine on port

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread Adam Dinwoodie
On Mon, Jan 04, 2016 at 06:05:32PM -0200, João Paulo wrote: > Hello all, > I have a mystery and I need help. I have openssh(Cygwin) installed > and working just fine in here. > I can connect normally from any of my machines to the server using > local IPs. Ex: ssh localhost or ssh 192.168.0.2. BUT,

Re: Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread João Paulo
Yep, yep to all. I have tried that all. Also changed ports. I thought this could be a SIP block. But I can see the service on canyouseeme on all ports I tried. And I troubleshoot it all. Disabled the firewall rules (service blocked), enable it again(active). And that same with Router Port FW, c

Re: SSHD not connecting from outside(real) IP

2016-01-04 Thread Nem W Schlecht
Do you have a firewall rule set up for SSHD? (Control Panel -> Administrative Tools -> Windows Firewall with Advanced Security -> Inbound Rules) Is the Profile set to "Private" - if so, set it to "ALL" (Properties on the rule, then "Advanced" select all at the top). You could always *temporarily

Fwd: SSHD not connecting from outside(real) IP

2016-01-04 Thread João Paulo
Hello all, I have a mystery and I need help. I have openssh(Cygwin) installed and working just fine in here. I can connect normally from any of my machines to the server using local IPs. Ex: ssh localhost or ssh 192.168.0.2. BUT, when using my external IP(over internet->real IP) it times out. I

Re: Cipher Issue while Connecting from AIX

2014-12-05 Thread Kevin Connor Arpe
side (via "ssh -c > cipher-type" command) does not work. > > Connection from any Linux server to the AIX and to the Cygwin SSH are > successful. > In addition, connecting from the Cygwin to the AIX is successful. > > I’d appreciate any help here. > Please see b

Cipher Issue while Connecting from AIX

2014-12-04 Thread Yair Zaretski
algorithms in common. However, even setting a specific cipher on the AIX side (via "ssh -c cipher-type" command) does not work. Connection from any Linux server to the AIX and to the Cygwin SSH are successful. In addition, connecting from the Cygwin to the AIX is successful. I’d appr

Re: Different error on socket while connecting to a box behind firewall

2011-11-29 Thread Christopher Faylor
On Tue, Nov 29, 2011 at 02:08:18PM +0530, Jaswinder Bhamra wrote: >Hi, > >There was a post http://cygwin.com/ml/cygwin/2011-09/msg00017.html to >which I got a reply "the fix is not yet available, but the fix will be >in the next Cygwin release". >Approximately when can I expect that, or is the fix

Different error on socket while connecting to a box behind firewall

2011-11-29 Thread Jaswinder Bhamra
Hi, There was a post http://cygwin.com/ml/cygwin/2011-09/msg00017.html to which I got a reply "the fix is not yet available, but the fix will be in the next Cygwin release". Approximately when can I expect that, or is the fix already in some release/patch at cygwin.com? This is becoming urgent fo

Re: Different error on socket while connecting to a box behind firewall

2011-09-08 Thread Corinna Vinschen
On Sep 5 08:08, Andrey Repin wrote: > > However, even with this fix, you might not get EHOSTUNREACH either. In > > my testing, the error returned by the underlying Winsock getsockopt > > function is not WSAEHOSTUNREACH, but WSAETIMEDOUT. This will be > > translated into ETIMEDOUT == "Connection

Re: Different error on socket while connecting to a box behind firewall

2011-09-04 Thread Andrey Repin
Greetings, Corinna Vinschen! > However, even with this fix, you might not get EHOSTUNREACH either. In > my testing, the error returned by the underlying Winsock getsockopt > function is not WSAEHOSTUNREACH, but WSAETIMEDOUT. This will be > translated into ETIMEDOUT == "Connection timed out". To

Re: Different error on socket while connecting to a box behind firewall

2011-09-02 Thread Corinna Vinschen
On Sep 2 10:16, Jaswinder Bhamra wrote: > Since RedHat machine is behind a firewall (defined by the rules in > 'Linux Firewall.txt') I am expecting my program to give "No route to > host" error (shown in cyggso.out-1.5.24-2.txt file) and not "Operation > not permitted" (shown in cyggso.out-1.7.7-1

FW: 1.7.5-1 : Public Key Authentication for SFTP closes abruptly after connecting

2010-08-04 Thread Clark, Tony (GE Tech Infra, US)
I did use the FAQ. Did you use this FAQ? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 -

Re: FW: 1.7.5-1 : Public Key Authentication for SFTP closes abruptly after connecting

2010-08-02 Thread Larry Hall (Cygwin)
On 8/2/2010 11:57 AM, Clark, Tony (GE Tech Infra, US) wrote: I have cygwin installed on Windows 2003 server. I have Public Key authentication working for SSH. Public Key Authentication SFTP connections crash. SFTP and SSH both work via password authentication. I have sshd installed. I used ssh

FW: 1.7.5-1 : Public Key Authentication for SFTP closes abruptly after connecting

2010-08-02 Thread Clark, Tony (GE Tech Infra, US)
to enable debug on the server side. The test user is currently a local administrator Cygcheck.out attached. Client SFTP DEBUG: -- $ sftp -vvv TESTSERVER OpenSSH_5.5p1, OpenSSL 0.9.8o 01 Jun 2010 debug2: ssh_connect: needpriv 0 debug1: Connecting to T

Re: Connecting to cygwin ssh is slow

2009-06-23 Thread Eric Lenio
I'm a bit late to this thread but I had the same issue and I found a solution that worked for me and wanted to share it. Original thread: http://sourceware.org/ml/cygwin/2009-03/msg00361.html I already had UseDNS=no, but was still seeing about a 5 second delay after seeing the "Last login: Tue Ju

Subject: Re: Connecting to cygwin ssh is slow

2009-03-17 Thread Shaun Broadbent
I came across the very same thing this morning, ironically for the same reasons. After deciding ssh was too slow and seeing some dns errors show up in the log i went to edit sshd_config to remove dns and found as you did that I couldn't. It would seem this was because sshd was running (not that

Re: Connecting to cygwin ssh is slow

2009-03-15 Thread tmcd
On Sun, 15 Mar 2009, UdiK wrote: > Well, I'm still stuck. I tried to change UseDNS to 'no', but editing > the sshd_config file was impossible. The file is owned by cyg_server > and even the Administrator user can't write to it. I tried to change > the file permissions and ssh crashed and the servi

Re: Connecting to cygwin ssh is slow

2009-03-15 Thread UdiK
(I know all the passwords). And what is ident, please? We don't have firewalls on our machines. Sniffing packets like someone suggested is difficult (for me) but I guess I'll try that too. I really appreciate all of your help so far. Thanks. Udi. -- View this message in context: http

Re: Connecting to cygwin ssh is slow

2009-03-12 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure this is your problem, but I had a similar problem and traced it to ident: if the remote machine is trying to ident back to you and you've firewalled port 113, it takes a while to timeout. If you open port 113 it will fail faster. . . ht - --

Re: Connecting to cygwin ssh is slow

2009-03-11 Thread Tom Schutter
Try setting UseDNS to no in /etc/sshd_config. On Wed 2009-03-11 11:07, Mike Marchywka wrote: > > > > > > Date: Wed, 11 Mar 2009 08:57:13 -0700 > > From: u...@commtouch.com > > To: cygwin@cygwin.com > > Subject:

RE: Connecting to cygwin ssh is slow

2009-03-11 Thread Mike Marchywka
> Date: Wed, 11 Mar 2009 08:57:13 -0700 > From: u...@commtouch.com > To: cygwin@cygwin.com > Subject: Re: Connecting to cygwin ssh is slow > > > Thanks for both of your ideas and quick reply. I tried your suggestions but > that s

Re: Connecting to cygwin ssh is slow

2009-03-11 Thread UdiK
ge in context: http://www.nabble.com/Connecting-to-cygwin-ssh-is-slow-tp22455814p22458218.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document

Re: Connecting to cygwin ssh is slow

2009-03-11 Thread Dave Steenburgh
On Wed, Mar 11, 2009 at 10:53 AM, Allan Schrum wrote: >> -Original Message- >> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On >> Behalf Of Dave Steenburgh >> Sent: Wednesday, March 11, 2009 10:45 AM >> To: cygwin@cygwin.com >> Subj

RE: Connecting to cygwin ssh is slow

2009-03-11 Thread Allan Schrum
> -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > Behalf Of Dave Steenburgh > Sent: Wednesday, March 11, 2009 10:45 AM > To: cygwin@cygwin.com > Subject: Re: Connecting to cygwin ssh is slow > > On Wed, Mar 11, 2009

Re: Connecting to cygwin ssh is slow

2009-03-11 Thread Dave Steenburgh
On Wed, Mar 11, 2009 at 10:05 AM, UdiK wrote: > When I connect to our cygwin SSH machine (Windows 2003 server), it usually > takes more than 5 seconds to get a prompt and be able to start working. This > delay slows down many of our scripts which rely on SSH to connect to > Windows. > > What cause

Connecting to cygwin ssh is slow

2009-03-11 Thread UdiK
so long? I don't have any anti-virus running on that machine. If anybody has any explanations I really appreciate the help. Thanks in advance. Udi. -- View this message in context: http://www.nabble.com/Connecting-to-cygwin-ssh-is-slow-tp22455814p22455814.html Sent from the Cygwin list ma

Re: Connecting to other PC's on a network using cygwin

2009-01-22 Thread Larry Hall (Cygwin)
foulis wrote: Hi Im currently running cygwin on a windows pc on our company network. In windows to connect to a machine I can do \\pcname\c$ from the run command to view someone elses c: Cygwin uses /// syntax to do the same thing. I am very new to cygwin and unix, is there a similair comm

Connecting to other PC's on a network using cygwin

2009-01-22 Thread foulis
n the network in the same way? Thanks -- View this message in context: http://www.nabble.com/Connecting-to-other-PC%27s-on-a-network-using-cygwin-tp21606837p21606837.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: [SPAM] - Re: 1.5.25-15: Missing shell prompt when connecting remotely via ssh using putty. - Sending mail server found on list.dsbl.org

2008-11-25 Thread Christopher Faylor
On Tue, Nov 25, 2008 at 03:06:46PM -0500, Andrew wrote: >I did. No response though :-( And again, I doubt the guide is at >flaw..since every other site has roughly the same instructions. It's unlikely that every other site tells you to edit cygwin.bat. If that was really a requirement then we'd d

RE: [SPAM] - Re: 1.5.25-15: Missing shell prompt when connecting remotely via ssh using putty. - Sending mail server found on list.dsbl.org

2008-11-25 Thread Andrew
: November-25-08 2:46 PM To: cygwin@cygwin.com Subject: [SPAM] - Re: 1.5.25-15: Missing shell prompt when connecting remotely via ssh using putty. - Sending mail server found on list.dsbl.org On 11/25/2008, Andrew wrote: > This is the guide I followed: > http://ist.uwaterloo.ca/~k

Re: 1.5.25-15: Missing shell prompt when connecting remotely via ssh using putty.

2008-11-25 Thread Larry Hall (Cygwin)
On 11/25/2008, Andrew wrote: This is the guide I followed: http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html The question that comes to my mind is if you used this site as a guide, why not consult it for help? List-supported information is in '/usr/share/doc/Cygwin/openssh.README. -- Larr

1.5.25-15: Missing shell prompt when connecting remotely via ssh using putty.

2008-11-25 Thread Andrew
I get this after a clean install and I get it every time. Running Win'2003 server. I've followed a few guides on setting up ssh on cygwin and I have no problems running it as a service. Reinstalling cygwin causes same issue. [EMAIL PROTECTED] ~ $ ssh localhost [EMAIL PROTECTED]'s password:

Cvs: [login aborted] when connecting to cvs to download sources

2008-11-03 Thread Brian Keener
This has been occurring for some time and not just on the Cygwin cvs site but others too but I am always using the cygwin cvs version that I installed. Following the directions at: http://cygwin.com/cvs.html I seem to continually get an error about login aborted - yet if I look in .cvspass th

Re: gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
* Dmitry Semyonov wrote, On 09/10/08 14:45: > On Thu, Oct 9, 2008 at 16:24, Sam Liddicott wrote: > >> Part of what is being tested is connecting to remote shares. >> >> However :-) an ssh client login (even with a password) doesn't seem to >> have the

Re: gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
icott wrote, On 09/10/08 13:24: > I'm using cygwin and Win32::GuiTest to automate some windows testing of > CIFS client network behaviour. > > Part of what is being tested is connecting to remote shares. > > However :-) an ssh client login (even with a password) doesn&#x

Re: gui connecting to net shares from an ssh session

2008-10-09 Thread Dmitry Semyonov
On Thu, Oct 9, 2008 at 16:24, Sam Liddicott wrote: > Part of what is being tested is connecting to remote shares. > > However :-) an ssh client login (even with a password) doesn't seem to > have the right domain credentials, so that a password prompt is > presented when

gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
I'm using cygwin and Win32::GuiTest to automate some windows testing of CIFS client network behaviour. Part of what is being tested is connecting to remote shares. However :-) an ssh client login (even with a password) doesn't seem to have the right domain credentials, so that a passw

Re: Language changed when connecting with SSH

2008-09-04 Thread Larry Hall (Cygwin)
davidkont wrote: Hi everybody, I have a little problem with SSH, results that when I connect with option SSH -Y it changes the keyboard language... this no occurs with option SSH -X... Somebody knows why? Perhaps it's better if you start over: Problem reports: http://cygwin.com/problem

Language changed when connecting with SSH

2008-09-04 Thread davidkont
Hi everybody, I have a little problem with SSH, results that when I connect with option SSH -Y it changes the keyboard language... this no occurs with option SSH -X... Somebody knows why? Thanks!! -- View this message in context: http://www.nabble.com/Language-changed-when-connecting-with-SSH

Re: Connecting to Access with Python from within Cygwin

2008-06-18 Thread Thorsten Kampe
* Robert Latest (Wed, 18 Jun 2008 08:29:37 +0200) > I've written a small script in a Windows Python envoronment. This > script accesses an MS Access database using the win32 odbc module. > These are involked using this line: > > import odbc, dbi > > However, I greatly prefer the Linux/X look and

Connecting to Access with Python from within Cygwin

2008-06-17 Thread Robert Latest
Hello, I've written a small script in a Windows Python envoronment. This script accesses an MS Access database using the win32 odbc module. These are involked using this line: import odbc, dbi However, I greatly prefer the Linux/X look and feel for development, so I'd like to use this script fro

RE: rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07)

2008-05-28 Thread Dave Korn
Joel Harrison wrote on 28 May 2008 18:05: > My ISP (site5) doesn't seem to be running the RSYNC daemon. Can I use > a local rsync daemon to connect to a remote host that is NOT running > the daemon? I can't seem to make it work. No, of course not. Daemons don't make outgoing connections on the

Re: rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07)

2008-05-28 Thread Joel Harrison
My ISP (site5) doesn't seem to be running the RSYNC daemon. Can I use a local rsync daemon to connect to a remote host that is NOT running the daemon? I can't seem to make it work. I didn't see rsync listed in Services for Unix, but I was able to get the cygwin rsync daemon working. May be a moot

RE: rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07)

2008-05-28 Thread Jim Bell
Could it be a spyware/anti-virus conflict? See http://cygwin.com/ml/cygwin/2008-05/msg00383.html The symptoms don't match exactly, but one running on its own but not within another sounds similar. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://

Re: rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07)

2008-05-27 Thread Steven Hartland
Unfortunately rsync is a lost cause on cygwin until the underlying pipe issue or whatever it is can be fix. Give this has been about for years I wouldn't hold you breath for this. Look for an alternative like rsync daemon mode or using SFU. N.B. Its not just rsync scp under cygwin is also produce

rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07)

2008-05-27 Thread Joel Harrison
I can scp/ssh fine to the target with ssh keys installed or not, only rsync hangs immediately. -This_hangs--- $ rsync -av fight.swf [EMAIL PROTECTED]: cmd= machine=lanfreak.com user=lanfreak path=cmd[0]=ssh cmd[1]=-l cmd[2]=lanfreak cmd[3]=lanfreak.com cmd[4]=rsync cmd[5]=--server

Re: cvs pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
t; > > :pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos > > > CVS password: > > > cvs [login aborted]: reading from server: > Software > > > caused connection abort > > > > > > > > > When I try t

Re: cvs pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
ode 1 * > The wincvs connection crashes the port 2401 sevices > on > cygwin > > Please let me know how to resolve this issue so that > cvsclient can start connecting the cywin cvs. > > > > > _

cvs pserver 2401 issue. Server seems dying when cvs client is connecting.

2007-09-28 Thread Veerendra Shukla
that cvsclient can start connecting the cywin cvs. Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&a

Re: Access mounted drive in ssh connecting does not work

2006-01-19 Thread Corinna Vinschen
On Jan 19 09:44, [EMAIL PROTECTED] wrote: > Hi folks > > I have the following problem. I like to access a mounted drive in a ssh > connection. > > situation > > I mounted a drive on a server > \\server.domain\directory1\ directory1 on /mnt/maydrive type system > (binmode,noexec) > > I connec

Access mounted drive in ssh connecting does not work

2006-01-19 Thread cygwin . 20 . maillinglist
Hi folks I have the following problem. I like to access a mounted drive in a ssh connection. situation I mounted a drive on a server \\server.domain\directory1\ directory1 on /mnt/maydrive type system (binmode,noexec) I connected from another machine to my windows-pc via ssh. I like to acce

Re: Connecting to a Remote Target with GDB

2005-08-11 Thread Corinna Vinschen
On Aug 11 09:54, Michael LUITAUD wrote: > Corinna Vinschen wrote: > > >On Aug 10 09:28, Michael LUITAUD wrote: > > > > > >>When I want to connect GDB to a remote target, I get the error : > >> > >> > > > >What's the exact command you're using, something as > > > > (gdb) target remote com1 > >

Re: Connecting to a Remote Target with GDB

2005-08-11 Thread Michael LUITAUD
Corinna Vinschen wrote: On Aug 10 09:28, Michael LUITAUD wrote: When I want to connect GDB to a remote target, I get the error : What's the exact command you're using, something as (gdb) target remote com1 perhaps? This won't work anymore in recent Cygwin versions. Try (gdb) ta

Re: Connecting to a Remote Target with GDB

2005-08-10 Thread Corinna Vinschen
On Aug 10 09:28, Michael LUITAUD wrote: > When I want to connect GDB to a remote target, I get the error : What's the exact command you're using, something as (gdb) target remote com1 perhaps? This won't work anymore in recent Cygwin versions. Try (gdb) target remote /dev/ttyS0 or (g

Connecting to a Remote Target with GDB

2005-08-10 Thread Michael LUITAUD
When I want to connect GDB to a remote target, I get the error : "putpkt(read): Resource temporarily unavailable" For some reasons I'm using the 1.5.18 version of cigwin1.dll but I know that this error doesn't occurs if I use the 1.5.11 version of cigwin1.dll. My interpretation is that there is a

Re: problem while connecting GDB to an ARM board

2005-08-08 Thread Larry Hall
At 04:05 AM 8/8/2005, you wrote: >Larry Hall wrote: > >>At 10:43 AM 8/4/2005, you wrote: >> >> >>>I used to use linux to compile code for my ARM based board but I needed >>>windows and cygwin 1.5.8 to connect to the platform and debug via the ARM >>>Multi-ICE Server and the Multi-ICE gdb Server.

Re: problem while connecting GDB to an ARM board

2005-08-08 Thread Michael LUITAUD
Larry Hall wrote: At 10:43 AM 8/4/2005, you wrote: I used to use linux to compile code for my ARM based board but I needed windows and cygwin 1.5.8 to connect to the platform and debug via the ARM Multi-ICE Server and the Multi-ICE gdb Server. I now have to stop using linux so, I installed

Re: problem while connecting GDB to an ARM board

2005-08-04 Thread Larry Hall
At 10:43 AM 8/4/2005, you wrote: >I used to use linux to compile code for my ARM based board but I needed >windows and cygwin 1.5.8 to connect to the platform and debug via the ARM >Multi-ICE Server and the Multi-ICE gdb Server. >I now have to stop using linux so, I installed the GNUARM Tool Chai

problem while connecting GDB to an ARM board

2005-08-04 Thread Michael LUITAUD
I used to use linux to compile code for my ARM based board but I needed windows and cygwin 1.5.8 to connect to the platform and debug via the ARM Multi-ICE Server and the Multi-ICE gdb Server. I now have to stop using linux so, I installed the GNUARM Tool Chain for Cygwin. That Tool Chain needs

RE: Cannot ssh: "Connection reset by peer" error when connecting

2004-06-10 Thread Morche Matthias
ssh never worked for me if the private key file was set be to readable by everyone... Did You start sshd with debugging, did You have a look into /var/log/sshd.log? > Interestingly I saw that post just before making my posting > here. That > was the last attempt I made to fix it. I tried to c

Re: Cannot ssh: "Connection reset by peer" error when connecting

2004-06-09 Thread Larry Hall
: "Connection reset by peer" error when connecting >> cc: [EMAIL PROTECTED] >> >> On Wed, 9 Jun 2004, Web Solutions wrote: >> >> > Freshly installed cygwin on a Windows 2000 (german) system with Service Pack >> > 4 installed. After installation I r

Re: Cannot ssh: "Connection reset by peer" error when connecting

2004-06-09 Thread prosolutions
So wrote [EMAIL PROTECTED] on Wednesday, the 09. June 2004: > Date: Wed, 9 Jun 2004 19:31:55 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Cannot ssh: "Connection reset by peer" error when connecting > User-Agent: Mutt/1.5.6+20040523i > >

Re: Cannot ssh: "Connection reset by peer" error when connecting

2004-06-09 Thread prosolutions
So wrote Igor Pechtchanski on Wednesday, the 09. June 2004: > Date: Wed, 9 Jun 2004 13:13:37 -0400 (EDT) > From: Igor Pechtchanski <[EMAIL PROTECTED]> > To: Web Solutions <[EMAIL PROTECTED]> > Subject: Re: Cannot ssh: "Connection reset by peer" error when connecti

Re: Cannot ssh: "Connection reset by peer" error when connecting

2004-06-09 Thread Igor Pechtchanski
On Wed, 9 Jun 2004, Web Solutions wrote: > Freshly installed cygwin on a Windows 2000 (german) system with Service Pack > 4 installed. After installation I run ssh-host-config and say "yes" to > privilege separation, use "tty ntsec" options, and install it as a service. > I then start the service

Cannot ssh: "Connection reset by peer" error when connecting

2004-06-09 Thread Web Solutions
e to connect from localhost: =SESSION ONE== OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/user/.ssh/

Problem connecting to remote cvs with ssh

2003-10-26 Thread mechanic
Hi, I set up a cvs that i can connect to locally with out any problem. I cannot connect to it remotely though. I set up ssh and it makes the connection but states that the repository cannot be found. I saw a similar post and tried the suggestions but nothing worked. http://sources.redhat.com/ml/cy

Re: cvs connecting to a repository on Windows broken?

2003-07-01 Thread Andy Todd
Ronald Landheer-Cieslak wrote: It won't work if it isn't Cygwin. I don't know the first thing about the NT version of CVS - so I don't know how you're supposed to indicate the drive letter. CVSNT has a site that may be of help, though: http://www.cvsnt.org/wiki/CvsChapter29 Otherwise, try b

Re: cvs connecting to a repository on Windows broken?

2003-07-01 Thread Andy Todd
Ronald Landheer-Cieslak wrote: Is the server a Cygwin CVS? If so, try using /cygdrive/c in stead of c:\ :pserver:[EMAIL PROTECTED]:/cygdrive/c/eglrepository HTH rlc NB: if this WAG doesn't help, try providing a bit more info, such as what kind of CVS is running on the Win2000 server On Tue,

Re: cvs connecting to a repository on Windows broken?

2003-07-01 Thread Ronald Landheer-Cieslak
Is the server a Cygwin CVS? If so, try using /cygdrive/c in stead of c:\ :pserver:[EMAIL PROTECTED]:/cygdrive/c/eglrepository HTH rlc NB: if this WAG doesn't help, try providing a bit more info, such as what kind of CVS is running on the Win2000 server On Tue, 1 Jul 2003, Andy Todd wrote: >

cvs connecting to a repository on Windows broken?

2003-07-01 Thread Andy Todd
Hi all, I updated my installation of Cygwin yesterday. As part of this CVS was updated to version 1.11.5-1 I had been using cvs quite successfully to talk to a repository on a Windows 2000 server. As of this upgrade this is no longer working. When I cd to my copy and type 'cvs update' I get an

Pb connecting to cygwin

2002-09-30 Thread valcauda Stéphane
I have installed cygwin without problem (I'm under W2000). My Window user's account (Administrator's one) is Stéphane (from french, so with accent => :( on the cygwin shell ). I have installed cygwin to try Postgresql. I have installed postgresql without problem. But since I have ended this inst