Re: ssh problem

2011-02-14 Thread reşit dönük
Hello Thanks for your interest. i mean "/home/rdonuk/.ssh/config" when saying "/.ssh". And my problem was solved with Elliot's suggest. i did chown config file to rdonuk and chmod .ssh dir to 700. Now it s working Resit 2011/2/14 Larry Hall (Cygwin) : > On 2/14/2011 9:27 AM, reşit dönük wrote:

Re: ssh problem

2011-02-14 Thread Larry Hall (Cygwin)
On 2/14/2011 9:27 AM, reşit dönük wrote: Hello, i have a problem with "ssh something'" command. it gives the error: "Bad owner or permissions on /home/rdonuk/.ssh/config". the "chmod 600 *" did not the solve problem. when i type ls -la in "/.ssh" getting these total 6 drw---+ 1 rdonuk

Re: ssh problem using publickey in domain environment

2010-02-24 Thread Larry Hall (Cygwin)
On 02/24/2010 05:13 AM, Corinna Vinschen wrote: On Feb 23 12:35, Larry Hall (Cygwin) wrote: On 02/23/2010 12:01 PM, Jukka Inkeri wrote: If your server is member of domain, howto make users, sshd, (which order) ... without setuid problem when using publickey auth ? cyg_server and sshd - domain u

Re: ssh problem using publickey in domain environment

2010-02-24 Thread Andrew DeFaria
On 02/24/2010 08:48 AM, Corinna Vinschen wrote: On Feb 24 07:44, Andrew DeFaria wrote: On 02/24/2010 02:13 AM, Corinna Vinschen wrote: On Feb 23 12:35, Larry Hall (Cygwin) wrote: On 02/23/2010 12:01 PM, Jukka Inkeri wrote: If your server is member of domain, howto

Re: ssh problem using publickey in domain environment

2010-02-24 Thread Corinna Vinschen
On Feb 24 07:44, Andrew DeFaria wrote: > On 02/24/2010 02:13 AM, Corinna Vinschen wrote: > >On Feb 23 12:35, Larry Hall (Cygwin) wrote: > >>On 02/23/2010 12:01 PM, Jukka Inkeri wrote: > >>>If your server is member of domain, howto make users, sshd, (which > >>>order) ... without setuid problem when

Re: ssh problem using publickey in domain environment

2010-02-24 Thread Andrew DeFaria
On 02/24/2010 02:13 AM, Corinna Vinschen wrote: On Feb 23 12:35, Larry Hall (Cygwin) wrote: On 02/23/2010 12:01 PM, Jukka Inkeri wrote: If your server is member of domain, howto make users, sshd, (which order) ... without setuid problem when using publickey auth ? cyg_server and sshd - domain u

Re: ssh problem using publickey in domain environment

2010-02-24 Thread Corinna Vinschen
On Feb 23 12:35, Larry Hall (Cygwin) wrote: > On 02/23/2010 12:01 PM, Jukka Inkeri wrote: > >If your server is member of domain, howto make users, sshd, (which > >order) ... without setuid problem when using publickey auth ? cyg_server > >and sshd - domain user or local or both, ??? > > In order f

Re: ssh problem using publickey in domain environment

2010-02-23 Thread Larry Hall (Cygwin)
On 02/23/2010 12:01 PM, Jukka Inkeri wrote: If your server is member of domain, howto make users, sshd, (which order) ... without setuid problem when using publickey auth ? cyg_server and sshd - domain user or local or both, ??? In order for the SSH server to switch user context to a domain use

Re: ssh problem with cygwin - works OK with linux

2007-06-16 Thread Andrew Hodgson
Hi Brian, $ ssh -v brian@ OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to port 22. debug1: connect to address port 22: Connection timed out ssh: connect to host port 22: Connection timed out == This suggests

Re: ssh problem

2006-05-11 Thread Igor Peshansky
On Thu, 11 May 2006, Cédric Bouttes wrote: > Hello, > > I have a problem with ssh on cygwin. > > When i use : ssh localhost i have the following > message and so i can't connect on ssh locally > > The authenticity of host 'localhost (127.0.0.1)' can't > be established. > RSA key fingerprint is > 7

Re: ssh problem

2006-05-11 Thread mwoehlke
Cédric Bouttes wrote: I have a problem with ssh on cygwin. When i use : ssh localhost i have the following message and so i can't connect on ssh locally The authenticity of host 'localhost (127.0.0.1)' can't be established. RSA key fingerprint is 7a:83:37:4b:d2:e0:b7:f5:2a:30:a3:4b:db:26:bc:07.

Re: ssh problem on Server 2003

2006-01-06 Thread Brett Serkez
> > Take the :/path/to/folder off of it - that's for scp. > > > > > > Chris > > > That would be fine except this is for rsync over ssh which in the app > I have requires the path. If you want to run ssh to test the authentication mechanizm, then you must remove the path as that isn't part of the s

Re: ssh problem on Server 2003

2006-01-06 Thread Mark Haney
Chris Taylor wrote: Mark Haney wrote: I have the Cygwin sshd server running just fine on Server 2003, but now I'm stuck. I am trying to ssh with key authentication using this format: [EMAIL PROTECTED]:/path/to/folder and everytime I try this I get ssh:server.domain.com:/cygdrive/d/: Name

Re: ssh problem on Server 2003

2006-01-06 Thread Chris Taylor
Mark Haney wrote: I have the Cygwin sshd server running just fine on Server 2003, but now I'm stuck. I am trying to ssh with key authentication using this format: [EMAIL PROTECTED]:/path/to/folder and everytime I try this I get ssh:server.domain.com:/cygdrive/d/: Name or service not known I

Re: SSH problem after upgrade - SOLVED

2005-12-23 Thread J. David Boyd
Ed Brady <[EMAIL PROTECTED]> writes: > Ed Brady wrote: > >> Igor Pechtchanski wrote: > >>> IIRC, the Windows dynamic loader will first look for DLLs in the >>> application directory, and only then in the PATH. Here's a WAG: do you >>> have a copy of winsock.dll or ws2_32.dll in /usr/bin? >>> >>>

Re: SSH problem after upgrade - SOLVED

2005-12-23 Thread Igor Peshansky
On Fri, 23 Dec 2005, Ed Brady wrote: > Ed Brady wrote: > > > Igor Pechtchanski wrote: > > > > IIRC, the Windows dynamic loader will first look for DLLs in the > > > application directory, and only then in the PATH. Here's a WAG: do you > > > have a copy of winsock.dll or ws2_32.dll in /usr/bin? >

Re: SSH problem after upgrade - SOLVED

2005-12-22 Thread Ed Brady
Ed Brady wrote: Igor Pechtchanski wrote: IIRC, the Windows dynamic loader will first look for DLLs in the application directory, and only then in the PATH. Here's a WAG: do you have a copy of winsock.dll or ws2_32.dll in /usr/bin? The problem is now solved. The culprit is due to the

Re: SSH problem after upgrade

2005-12-21 Thread Ed Brady
[ The following attachment was DELETED when this message was saved:] [ A Text/HTML segment of about 2,921 bytes.]

Re: SSH problem after upgrade

2005-12-21 Thread Ed Brady
Igor Pechtchanski wrote: That's not what I asked (though I can see how it can be misread). Let me try again: if you copy telnet.exe into your home directory, *leave* /usr/bin/telnet.exe in place, and then invoke the telnet in your home directory as /home/Ed/telnet.exe, does it still work for yo

Re: SSH problem after upgrade

2005-12-21 Thread Igor Pechtchanski
Ed, there was no need to Cc: me -- I read the list. Please make sure your mailer respects the Reply-To: header, which I set appropriately. On Wed, 21 Dec 2005, Ed Brady wrote: > Igor Pechtchanski wrote: > > > Does it help if you leave the files in /usr/bin, but explicitly > > specify the path to

Re: SSH problem after upgrade

2005-12-21 Thread Igor Pechtchanski
On Wed, 21 Dec 2005, Ed Brady wrote: > > Ed Brady wrote: > > > > > After upgrading to the latest release of cygwin, I am continually > > > receiving the error message. > > > > > > socket: Operation not permitted > > > ssh: connect to host port 22: Operation not permitted > > > > > > I have had C

Re: SSH problem after upgrade

2005-12-21 Thread Ed Brady
Steve Holden wrote: Ed Brady wrote: After upgrading to the latest release of cygwin, I am continually receiving the error message. socket: Operation not permitted ssh: connect to host port 22: Operation not permitted I have had Cygwin installed on this computer for over three years and h

Re: SSH problem after upgrade

2005-12-21 Thread Steve Holden
Ed Brady wrote: After upgrading to the latest release of cygwin, I am continually receiving the error message. socket: Operation not permitted ssh: connect to host port 22: Operation not permitted I have had Cygwin installed on this computer for over three years and have used ssh reguarly w

Re: SSH problem after upgrade

2005-12-20 Thread Larry Hall (Cygwin)
Ed Brady wrote: After upgrading to the latest release of cygwin, I am continually receiving the error message. socket: Operation not permitted ssh: connect to host port 22: Operation not permitted I have had Cygwin installed on this computer for over three years and have used ssh reguarly w

RE: ssh problem on Windows XP

2005-01-21 Thread Waiss, Garrett
olved and I can upgrade again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neven Luetic Sent: Friday, January 21, 2005 8:02 AM To: Waiss, Garrett Cc: cygwin@cygwin.com Subject: RE: ssh problem on Windows XP Where did You get the old version from? I

RE: ssh problem on Windows XP

2005-01-21 Thread Neven Luetic
Where did You get the old version from? I didn't find any older versions on the cygwin site. It should be a site, that kept a snapshot of the old releases as complete as possible. Am Freitag, den 21.01.2005, 06:51 -0800 schrieb Waiss, Garrett: > Good luck. I gave up and "downgraded" to cygwin 1.5.

RE: ssh problem on Windows XP

2005-01-21 Thread Waiss, Garrett
Good luck. I gave up and "downgraded" to cygwin 1.5.10-3. If you are running any release after that on XP SP2, there is a piping issue that has not been addressed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neven Luetic Sent: Friday, January 21, 2005

RE: ssh problem cygheap_fixup_in_child

2004-06-08 Thread Warren, Matthew (Retail)
Thanks for your time :) Matt. -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 10:47 PM To: Warren, Matthew (Retail) Cc: [EMAIL PROTECTED] Subject: Re: ssh problem cygheap_fixup_in_child On Fri, 4 Jun 2004, Warren, Matthew (Retail) wrote: > Hello c

Re: ssh problem cygheap_fixup_in_child

2004-06-07 Thread Brian Ford
On Fri, 4 Jun 2004, Warren, Matthew (Retail) wrote: > Hello cygwin peeps, > > I have a problem with ssh generating the following; > > /home/matt>ssh [EMAIL PROTECTED] > 3 [main] ? 1748 cygheap_fixup_in_child: Couldn't reserve 9891528 > bytes of space for cygwin's heap (0x616D <0x49>)

Re: ssh problem with $HOME

2003-09-05 Thread Bill C. Riemers
> I wasn't sure what you meant by the last sentence above. I do set > $HOME in windows, so all apps can benefit from it, and /etc/profile > honours that. Why ssh feels the need to look at /etc/passwd, when it > is documented to look at $HOME, I don't know. Quite simple. When you run "ssh" it ca

Re: ssh problem with $HOME

2003-09-05 Thread Gavin Sinclair
On Friday, September 5, 2003, 2:42:57 AM, Igor wrote: > On Thu, 4 Sep 2003, Gavin Sinclair wrote: >> Hi, >> >> When attempting a "cvs update" using over the ssh protocol (well, you >> know what I mean ;), I get the following error: >> >> $ cvs up >> Could not create directory '/home/Gavin Sin

Re: ssh problem with $HOME

2003-09-04 Thread Igor Pechtchanski
On Thu, 4 Sep 2003, Gavin Sinclair wrote: > Hi, > > When attempting a "cvs update" using over the ssh protocol (well, you > know what I mean ;), I get the following error: > > $ cvs up > Could not create directory '/home/Gavin Sinclair/.ssh'. > > > That is surprising, because: > > $ echo $HO

Re: ssh problem setgid Invalid Argument

2002-03-06 Thread Corinna Vinschen
On Tue, Mar 05, 2002 at 09:53:57PM -0800, Gupta, Sanjay wrote: > It looks like some problem in cygwin1.dll version 1.3.10. Once I have > downgraded the dll to 1.3.9, ssh worked fine. Did you check your /etc/group file? Does it contain your primary group given in /etc/passwd? Corinna -- Corinn