public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* SSH Problem
@ 2000-01-18  8:22 Paul  Smith
  2000-01-18 11:03 ` Mumit Khan
  2000-01-18 15:20 ` Michael Hirmke
  0 siblings, 2 replies; 10+ messages in thread
From: Paul  Smith @ 2000-01-18  8:22 UTC (permalink / raw)
  To: cygwin

I've just installed one of the SSH ports for CYGWIN and it tries to 
make a directory call //.ssh which it is unable to do.

If you type "mkdir //.ssh", this also fails. I'm guessing this is a 
problem with the directory conversion algorithm used in CYGWIN.

Note: I'm using B20.1

I'm not a member of the mailing list, I'm kinda transiant at the mo, 
could someone mail me back directly if you know of a fix?

Paul


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: SSH Problem
  2000-01-18  8:22 SSH Problem Paul  Smith
@ 2000-01-18 11:03 ` Mumit Khan
  2000-01-18 15:20 ` Michael Hirmke
  1 sibling, 0 replies; 10+ messages in thread
From: Mumit Khan @ 2000-01-18 11:03 UTC (permalink / raw)
  To: Paul Smith; +Cc: cygwin

On Tue, 18 Jan 2000, Paul  Smith wrote:

> I've just installed one of the SSH ports for CYGWIN and it tries to 
> make a directory call //.ssh which it is unable to do.
> 
> If you type "mkdir //.ssh", this also fails. I'm guessing this is a 
> problem with the directory conversion algorithm used in CYGWIN.
> 
> Note: I'm using B20.1

Define HOME.

SSH will try to open $HOME/.ssh, and if you don't have HOME defined,
it's somehow becoming //.ssh, which is of course a network path in
windows, and it'll fail unless you have a share named //.ssh (and
even then it'll fail since you can't just create a share like that).

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: SSH Problem
  2000-01-18  8:22 SSH Problem Paul  Smith
  2000-01-18 11:03 ` Mumit Khan
@ 2000-01-18 15:20 ` Michael Hirmke
  1 sibling, 0 replies; 10+ messages in thread
From: Michael Hirmke @ 2000-01-18 15:20 UTC (permalink / raw)
  To: cygwin; +Cc: paul.smith

Hi Paul,

>I've just installed one of the SSH ports for CYGWIN and it tries to
>make a directory call //.ssh which it is unable to do.
>
>If you type "mkdir //.ssh", this also fails. I'm guessing this is a
>problem with the directory conversion algorithm used in CYGWIN.
>
>Note: I'm using B20.1
>
>I'm not a member of the mailing list, I'm kinda transiant at the mo,
>could someone mail me back directly if you know of a fix?

Try to set HOME= to any existing path you like and you should be set.

>
>Paul

Bye.
Michael.
-- 
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ssh problem
  2011-02-14 17:21 ` Larry Hall (Cygwin)
@ 2011-02-14 17:40   ` reşit dönük
  0 siblings, 0 replies; 10+ messages in thread
From: reşit dönük @ 2011-02-14 17:40 UTC (permalink / raw)
  To: cygwin

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) <reply-to-list-only-lh@cygwin.com>:
> 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         Domain Users    0 Feb 14 15:20 .
>> drw-------+ 1 rdonuk         Domain Users 4096 Feb 14 15:45 ..
>> -rw-------  1 Administrators Domain Users   69 Feb 14 15:16 config
>> -rw-------  1 Administrators Domain Users   20 Feb 14 15:17 myauth
>>
>> maybe there is problem with these "Administrators". I search for it
>> many sites but cant solve.
>
> I think you're looking in the wrong place for these files.  It's
> complaining about '/home/rdonuk/.ssh/config', not '/.ssh/config'.  Actually,
> you shouldn't need '/.ssh'.  I'd recommend deleting this directory unless
> you're sure it's crucial to your environment.
>
> --
> Larry
>
> _____________________________________________________________________
>
> A: Yes.
>>
>> Q: Are you sure?
>>>
>>> A: Because it reverses the logical flow of conversation.
>>>>
>>>> Q: Why is top posting annoying in email?
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ssh problem
  2011-02-14 14:27 reşit dönük
@ 2011-02-14 17:21 ` Larry Hall (Cygwin)
  2011-02-14 17:40   ` reşit dönük
  0 siblings, 1 reply; 10+ messages in thread
From: Larry Hall (Cygwin) @ 2011-02-14 17:21 UTC (permalink / raw)
  To: 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         Domain Users    0 Feb 14 15:20 .
> drw-------+ 1 rdonuk         Domain Users 4096 Feb 14 15:45 ..
> -rw-------  1 Administrators Domain Users   69 Feb 14 15:16 config
> -rw-------  1 Administrators Domain Users   20 Feb 14 15:17 myauth
>
> maybe there is problem with these "Administrators". I search for it
> many sites but cant solve.

I think you're looking in the wrong place for these files.  It's
complaining about '/home/rdonuk/.ssh/config', not '/.ssh/config'.  Actually,
you shouldn't need '/.ssh'.  I'd recommend deleting this directory unless
you're sure it's crucial to your environment.

-- 
Larry

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 10+ messages in thread

* ssh problem
@ 2011-02-14 14:27 reşit dönük
  2011-02-14 17:21 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 10+ messages in thread
From: reşit dönük @ 2011-02-14 14:27 UTC (permalink / raw)
  To: cygwin

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-------+ 1 rdonuk         Domain Users 4096 Feb 14 15:45 ..
-rw-------  1 Administrators Domain Users   69 Feb 14 15:16 config
-rw-------  1 Administrators Domain Users   20 Feb 14 15:17 myauth

maybe there is problem with these "Administrators". I search for it
many sites but cant solve.

Thanks for your help.

rdonuk

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 10+ messages in thread

* ssh problem
@ 2010-05-22 12:01 Andrew DeFaria
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew DeFaria @ 2010-05-22 12:01 UTC (permalink / raw)
  To: cygwin

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 0xFFFFFFFF), Win32 error 126

Note this is between my XP box and Windows 2003 Server.

Any ideas?
-- 
Andrew DeFaria <http://defaria.com>
Hit any user to continue.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ssh problem
  2006-05-11 10:37 ssh problem Cédric Bouttes
  2006-05-11 14:12 ` mwoehlke
@ 2006-05-11 14:36 ` Igor Peshansky
  1 sibling, 0 replies; 10+ messages in thread
From: Igor Peshansky @ 2006-05-11 14:36 UTC (permalink / raw)
  To: Cédric Bouttes; +Cc: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1194 bytes --]

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
> 7a:83:37:4b:d2:e0:b7:f5:2a:30:a3:4b:db:26:bc:07.
> Are you sure you want to continue connecting (yes/no)?
> yes
> Failed to add the host to the list of known hosts
> (/home/Cedric/.ssh/known_hosts).
> Cedric@localhost's password:
>
> Why ?

Hard to say without the data requested in

> Problem reports:       http://cygwin.com/problems.html

but did you run ssh-user-config before using ssh?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

[-- Attachment #2: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ssh problem
  2006-05-11 10:37 ssh problem Cédric Bouttes
@ 2006-05-11 14:12 ` mwoehlke
  2006-05-11 14:36 ` Igor Peshansky
  1 sibling, 0 replies; 10+ messages in thread
From: mwoehlke @ 2006-05-11 14:12 UTC (permalink / raw)
  To: cygwin

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.
> Are you sure you want to continue connecting (yes/no)?
> yes
> Failed to add the host to the list of known hosts
> (/home/Cedric/.ssh/known_hosts).
> Cedric@localhost's password: 
> 
> Why ?

Sounds like your ~/.ssh/known_hosts is not writable.

You should also read...
Problem reports:       http://cygwin.com/problems.html

-- 
Matthew
"Ethics? We've heard of it" --Microsoft


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* ssh problem
@ 2006-05-11 10:37 Cédric Bouttes
  2006-05-11 14:12 ` mwoehlke
  2006-05-11 14:36 ` Igor Peshansky
  0 siblings, 2 replies; 10+ messages in thread
From: Cédric Bouttes @ 2006-05-11 10:37 UTC (permalink / raw)
  To: cygwin

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 you want to continue connecting (yes/no)?
yes
Failed to add the host to the list of known hosts
(/home/Cedric/.ssh/known_hosts).
Cedric@localhost's password: 

Why ?

Thank you

Cedric

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-02-14 17:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-18  8:22 SSH Problem Paul  Smith
2000-01-18 11:03 ` Mumit Khan
2000-01-18 15:20 ` Michael Hirmke
2006-05-11 10:37 ssh problem Cédric Bouttes
2006-05-11 14:12 ` mwoehlke
2006-05-11 14:36 ` Igor Peshansky
2010-05-22 12:01 Andrew DeFaria
2011-02-14 14:27 reşit dönük
2011-02-14 17:21 ` Larry Hall (Cygwin)
2011-02-14 17:40   ` reşit dönük

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).