public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ssh problem
@ 2011-02-14 14:27 reşit dönük
  2011-02-14 17:21 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 8+ 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] 8+ messages in thread

* Re: ssh problem
  2011-02-14 14:27 ssh problem reşit dönük
@ 2011-02-14 17:21 ` Larry Hall (Cygwin)
  2011-02-14 17:40   ` reşit dönük
  2011-02-14 21:23   ` The tree command Mark Hobley
  0 siblings, 2 replies; 8+ 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] 8+ messages in thread

* Re: ssh problem
  2011-02-14 17:21 ` Larry Hall (Cygwin)
@ 2011-02-14 17:40   ` reşit dönük
  2011-02-14 21:23   ` The tree command Mark Hobley
  1 sibling, 0 replies; 8+ 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] 8+ messages in thread

* The tree command
  2011-02-14 17:21 ` Larry Hall (Cygwin)
  2011-02-14 17:40   ` reşit dönük
@ 2011-02-14 21:23   ` Mark Hobley
  2011-02-14 22:03     ` marco atzeri
  2011-02-15  8:25     ` Rafael Kitover
  1 sibling, 2 replies; 8+ messages in thread
From: Mark Hobley @ 2011-02-14 21:23 UTC (permalink / raw)
  To: cygwin

It would be really useful to have a tree command available from the 
cygwin shell. has anyone managed to find a working tree command yet? We could
really do with this in the cygwin archive.


--
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] 8+ messages in thread

* Re: The tree command
  2011-02-14 21:23   ` The tree command Mark Hobley
@ 2011-02-14 22:03     ` marco atzeri
  2011-02-15  8:25     ` Rafael Kitover
  1 sibling, 0 replies; 8+ messages in thread
From: marco atzeri @ 2011-02-14 22:03 UTC (permalink / raw)
  To: cygwin

On Mon, Feb 14, 2011 at 10:23 PM, Mark Hobley  wrote:
> It would be really useful to have a tree command available from the
> cygwin shell. has anyone managed to find a working tree command yet? We could
> really do with this in the cygwin archive.
>
>
> --

http://www.centerkey.com/tree/

--
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] 8+ messages in thread

* Re: The tree command
  2011-02-14 21:23   ` The tree command Mark Hobley
  2011-02-14 22:03     ` marco atzeri
@ 2011-02-15  8:25     ` Rafael Kitover
  1 sibling, 0 replies; 8+ messages in thread
From: Rafael Kitover @ 2011-02-15  8:25 UTC (permalink / raw)
  To: cygwin

On 2/14/2011 4:23 PM, Mark Hobley wrote:
> It would be really useful to have a tree command available from the 
> cygwin shell. has anyone managed to find a working tree command yet? We could
> really do with this in the cygwin archive.

The source is here:

ftp://mama.indstate.edu/linux/tree/

edit the Makefile to uncomment the Cygwin section and it will build cleanly.

--
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] 8+ messages in thread

* Re: The tree command
  2011-02-15  9:17 Fergus
@ 2011-02-15 10:49 ` Rafael Kitover
  0 siblings, 0 replies; 8+ messages in thread
From: Rafael Kitover @ 2011-02-15 10:49 UTC (permalink / raw)
  To: cygwin

On 2/15/2011 4:17 AM, Fergus wrote:
>>> The source is here:
>>> ftp://mama.indstate.edu/linux/tree/
>>> edit the Makefile to uncomment the Cygwin section and it will build
> cleanly.
> 
> Yes, works perfectly.
> FWIW: I wish I'd edited the Makefile additionally to so that
> prefix = /usr/local
> rather than the default /usr (but this is just a personal preference for
> the location of extras).
> Fergus

I use stow for this.

Like so:

mkdir /usr/local/stow
mkdir /usr/local/stow/tree-1.5.3
make
make install prefix=/usr/local/stow/tree-1.5.3
cd /usr/local/stow
stow tree-1.5.3

Now you have a symlink, /usr/local/bin/tree .

To remove the symlinks, you just do:

cd /usr/local/stow
stow -D tree-1.5.3

--
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] 8+ messages in thread

* Re: The tree command
@ 2011-02-15  9:17 Fergus
  2011-02-15 10:49 ` Rafael Kitover
  0 siblings, 1 reply; 8+ messages in thread
From: Fergus @ 2011-02-15  9:17 UTC (permalink / raw)
  To: Cygwin ML; +Cc: Fergus

 >> The source is here:
 >> ftp://mama.indstate.edu/linux/tree/
 >> edit the Makefile to uncomment the Cygwin section and it will build 
cleanly.

Yes, works perfectly.
FWIW: I wish I'd edited the Makefile additionally to so that
prefix = /usr/local
rather than the default /usr (but this is just a personal preference for 
the location of extras).
Fergus


--
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] 8+ messages in thread

end of thread, other threads:[~2011-02-15 10:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 14:27 ssh problem reşit dönük
2011-02-14 17:21 ` Larry Hall (Cygwin)
2011-02-14 17:40   ` reşit dönük
2011-02-14 21:23   ` The tree command Mark Hobley
2011-02-14 22:03     ` marco atzeri
2011-02-15  8:25     ` Rafael Kitover
2011-02-15  9:17 Fergus
2011-02-15 10:49 ` Rafael Kitover

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).