Re: Bitvise SSH problem

2020-04-28 Thread cygwinautoreply--- via Cygwin
>To whom it may concern, >The programe Bitvise SSH shows me this message. >I follow its instruction and i write to you. > "1 [main] socat 7616 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to the public mailing list > cygwin@cygwin.com" >Let me know if

Bitvise SSH problem

2020-04-28 Thread Giorgio Ceresoli via Cygwin
To whom it may concern, The programe Bitvise SSH shows me this message. I follow its instruction and i write to you. "1 [main] socat 7616 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com" Let me know if you can

tmux over ssh problem in Windows console

2018-05-31 Thread Marko Božiković
Hi all, I'm having problems with running tmux in an ssh session from a Windows console. When connecting to a Debian testing machine, with tmux 2.7 installed (default config, just some key bindings changed) using OpenSSH from a Windows console (cmd.exe, Powershell), tmux doesn't seem to repaint pr

Re: git/ssh problem should be fixed

2011-02-21 Thread Frédéric Bron
> Thanks to some insight from Corinna, the git/ssh problem should be fixed > in the latest Cygwin snapshot from http://cygwin.com/snapshots/ . I confirm that the bug disappears with the latest snapshot. Kudos for this long awaited fix. Thanks, Frédéric -- Problem reports: http://cygw

Re: git/ssh problem should be fixed

2011-02-21 Thread Christopher Faylor
On Mon, Feb 21, 2011 at 10:24:41AM -0600, Jeremy Bopp wrote: >On 2/21/2011 12:12 AM, Christopher Faylor wrote: >> Thanks to some insight from Corinna, the git/ssh problem should be fixed >> in the latest Cygwin snapshot from http://cygwin.com/snapshots/ . > >I can no longer

Re: git/ssh problem should be fixed

2011-02-21 Thread Jeremy Bopp
On 2/21/2011 12:12 AM, Christopher Faylor wrote: > Thanks to some insight from Corinna, the git/ssh problem should be fixed > in the latest Cygwin snapshot from http://cygwin.com/snapshots/ . I can no longer reproduce the problem documented in the message below using the latest snapshot:

git/ssh problem should be fixed

2011-02-20 Thread Christopher Faylor
Thanks to some insight from Corinna, the git/ssh problem should be fixed in the latest Cygwin snapshot from http://cygwin.com/snapshots/ . FYI. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

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

ssh problem

2011-02-14 Thread reşit dönük
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 Domain Users    0 Feb 14 15:20 . drw

ssh problem

2010-05-21 Thread Andrew DeFaria
With Cygwin 1.7 sometimes when I set up preshared key I get the following: 3 [main] -bash 9524 C:\Cygwin\bin\bash.exe: *** fatal error - couldn't dynamically determine load address for 'WSAGetLastError' (handle 0x), Win32 error 126 Note this is between my XP box and Windows 2003

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

ssh problem using publickey in domain environment

2010-02-23 Thread Jukka Inkeri
I have read this mailing list and many other good pages how to setup sshd in cygwin environment. I have installed many sshd cygwin servers, but last some servers I have been publickey auth problem. Basic model works fine, but in the domain environment has been some problems. Today I found some

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

ssh problem with cygwin - works OK with linux

2007-06-15 Thread Brian McNeil
Hi, My name is Brian McNeil and I have a problem with setting up SSH. I want to connect and access files on my work winXP based computer from my home winXP based computer using the WinScp package. I already have a linux based computer at work on the same network and I can access that from my

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.

ssh problem

2006-05-11 Thread Cédric Bouttes
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 7a:83:37:4b:d2:e0:b7:f5:2a:30:a3:4b:db:26:bc:07. Are you sure yo

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

ssh problem on Server 2003

2006-01-06 Thread Mark Haney
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 googled and searche

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

SSH problem after upgrade

2005-12-19 Thread Ed Brady
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 without any proble

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
1, 2005 2:48 AM > To: cygwin@cygwin.com > Subject: ssh problem on Windows XP > > > Hello, > > I know, problems have been reported concerning the use of ssh on windows > xp ("ssh hangs"). I would just like to confirm, if this is, what I'm > dealing with. And pe

RE: ssh problem on Windows XP

2005-01-21 Thread Waiss, Garrett
y 21, 2005 2:48 AM To: cygwin@cygwin.com Subject: ssh problem on Windows XP Hello, I know, problems have been reported concerning the use of ssh on windows xp ("ssh hangs"). I would just like to confirm, if this is, what I'm dealing with. And perhaps somebody knows some workaround

ssh problem on Windows XP

2005-01-21 Thread Neven Luetic
Hello, I know, problems have been reported concerning the use of ssh on windows xp ("ssh hangs"). I would just like to confirm, if this is, what I'm dealing with. And perhaps somebody knows some workaround until there is a fix. I have a cygwin installation on XP at my customers and on W2K at home

Re: bk/ssh problem

2004-11-24 Thread Stefan Hinz
Adrian Corduneanu wrote: Check the following threads for Cygwin's recent problems with SSH and native Windows applications on Windows XP Service Pack 2 (Service Pack 1 does not lead to problems): Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem]) Executing ssh from

Re: bk/ssh problem

2004-11-23 Thread Adrian Corduneanu
Hi Stefan, Check the following threads for Cygwin's recent problems with SSH and native Windows applications on Windows XP Service Pack 2 (Service Pack 1 does not lead to problems): Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem]) Executing ssh from perl Adrian

bk/ssh problem

2004-11-23 Thread Stefan Hinz
Hi, I cannot use BitKeeper with SSH through Cygwin on a box running Win XP. When using ssh (e.g. bk clone, bk pull, bk push), BitKeeper just hangs until I kill it. On that box, BitKeeper does work with http, and ssh by itself works, too; for example: ~> ssh [EMAIL PROTECTED] Last login: Sat No

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

ssh problem with $HOME

2003-09-04 Thread Gavin Sinclair
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 $HOME /home/gavin I have read the manpage, /usr/doc/*, google

x-display setting -> ssh problem

2002-12-18 Thread linda w \(cyg\)
I seem to have run into a problem. I have been trying to chase down a case where when I use 'ssh' from bash from cygwin (98 or XP), when I was pressing control-c, I lost the ssh session and ended back up at the local cygwin prompt. It's as if though the ssh session didn't trap the control-c. Now

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

ssh problem setgid Invalid Argument

2002-03-05 Thread Gupta, Sanjay
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. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FA

ssh problem setgid Invalid Argument

2002-03-05 Thread Gupta, Sanjay
I am getting the following problem $ ssh sgupta@sgupta sgupta@sgupta's password: Last login: Tue Mar 5 12:07:14 2002 from ntempestini1.epylon.lan Fanfare!!! You are successfully logged in to this server!!! setgid: Invalid argument Connection to sgupta closed. **sgupta is the domain account.