Re: SSH Access Issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 8, 2008 at 9:27 AM, Jonathan Allen
<jonathan@xxxxxxxxxxxxxxxxxx> wrote:
> Hi List,
>
> I have several F8 and F9 boxes in an internal network.  I can ssh between
> them all happily as root, but not as individual other users.  After prompting
> me for a password, it says: Permission denied.  In /etc/ssh/sshd_config
> I have the lines:
>
>   PasswordAuthentication yes
>   ChallengeResponseAuthentication no
>   UsePAM yes
>   X11Forwarding yes
>
> but I can't seem to move forward.  Any ideas?
>
> Jonathan
>
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

I'll follow up on a previous post regarding file permissions.
If your sshd_config has a line that says StrictModes=yes, then
the file permissions are checked.

$HOME/.ssh should be perms 700.
   > chmod 700 $HOME/.ssh
Files inside the above dir should be perms 600.
   > chmod 600 $HOME/.ssh/*

the permissions need to be applied to every user's $HOME/.ssh.
and of course the user should be the owner of his own .ssh dir and its contents.
~af

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux