Re: SSH login thru public keys
--On 2. Mai 2007 21:21:57 -0500 Barry Brimer <securityfocus@xxxxxxxxxx>
wrote:
scp .ssh/id_rsa.pub user@hostname:.ssh/authorized_keys
changed the permissions on authorized_keys
chmod 600
What are the permissions on ~/.ssh ?? IIRC, the correct permissions are
700. If your permissions are not correct sshd will not accept pubkey
authentication.
You can run sshd with LOGLEVEL DEBUG, then it will tell you if permissions
are a problem.
Regards,
Dirk
Relevant Pages
- Re: SSH login thru public keys
... If your permissions are not correct sshd will not accept pubkey ... authentication. ... (SSH) - RE: default for requiring authentication 2003
... Windows 2000 and earlier would allow access as I described and I ... default for requiring authentication 2003 ... resources that have permissions for Everyone unless you enable this setting. ... same username and password as a user on the domain or on the local server. ... (Focus-Microsoft) - Re: Authentication from Active Directory and Database based user d
... with this (I'm not too clear on the permissions to see a page or actual ... You mentioned earlier in the thread that you've used formas authentication ... you don't need separate ... I'm writing a web system ... (microsoft.public.dotnet.framework.aspnet.security) - Re: pls Help!! After Trust, cannot access from local to foreign do
... authentication, they will use the source domain credentials to login. ... Which this is what i want to retain after trust. ... You need to define access by settings permissions on the objects in ... Microsoft MVP - Windows Server - Directory Services ... (microsoft.public.windows.server.active_directory) - RE: default for requiring authentication 2003
... It was a terrible design decision back in NT & Windows 2000, ... default for requiring authentication 2003 ... resources that have permissions for Everyone unless you enable this setting. ... same username and password as a user on the domain or on the local server. ... (Focus-Microsoft) |
|