Re: SSH permission problems

2000-10-27 Thread Robert Waldner
On 27 Oct 2000 19:22:56 +1100, Brian May writes: >> "Robert" == Robert Waldner <[EMAIL PROTECTED]> writes: > >Robert> Of yourse, the sshd processs has to be able to read the >Robert> files, so ~, ~/ .ssh and ~/.ssh/authorized_keys have to >Robert> accessible for world. > >sshd runs

Re: SSH permission problems

2000-10-27 Thread Ethan Benson
On Fri, Oct 27, 2000 at 07:22:56PM +1100, Brian May wrote: > > "Robert" == Robert Waldner <[EMAIL PROTECTED]> writes: > > Robert> Of yourse, the sshd processs has to be able to read the > Robert> files, so ~, ~/ .ssh and ~/.ssh/authorized_keys have to > Robert> accessible for world

Re: SSH permission problems

2000-10-27 Thread Brian May
> "S" == S Salman Ahmed <[EMAIL PROTECTED]> writes: S> drwxr-sr-x 20 ssahmed ssahmed 4096 Oct 26 18:02 /home/ssahmed/ Perhaps it is getting confused with the s bit? If so, file a bug report (I don't think the s bit matters security wise). -- Brian May <[EMAIL PROTECTED]>

Re: SSH permission problems

2000-10-27 Thread Brian May
> "Robert" == Robert Waldner <[EMAIL PROTECTED]> writes: Robert> Of yourse, the sshd processs has to be able to read the Robert> files, so ~, ~/ .ssh and ~/.ssh/authorized_keys have to Robert> accessible for world. sshd runs as root... -- Brian May <[EMAIL PROTECTED]>

Re: SSH permission problems

2000-10-27 Thread Ethan Benson
On Fri, Oct 27, 2000 at 07:38:36AM +0200, Robert Waldner wrote: > Of yourse, the sshd processs has to be able to read the files, so ~, ~/ > .ssh and ~/.ssh/authorized_keys have to accessible for world. > > A "chmod goa+r ~/.ssh" should do the trick, someone correct me if I´m > wrong. wrong, fi

Re: SSH permission problems

2000-10-27 Thread Robert Waldner
Of yourse, the sshd processs has to be able to read the files, so ~, ~/ .ssh and ~/.ssh/authorized_keys have to accessible for world. A "chmod goa+r ~/.ssh" should do the trick, someone correct me if I´m wrong. hth, &rw On Thu, 26 Oct 2000 18:28:26 EDT, "S.Salman Ahmed" writes: > >I accidenta

Re: SSH permission problems

2000-10-26 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A long time ago, in a galaxy far, far way, someone said... > > I accidentally did a chmod -R on my home directory and messed up the > permissions in my home directory (/home/ssahmed). Now, I am unable to > SSH from work into my home system. > > Init