View Single Post
  #3 (permalink)  
Old 09-05-2008, 08:30 PM
permalac's Avatar
permalac permalac is offline
Member
User
 
Join Date: May 2008
Location: barcelona
OS: debian,opensuse,opensolaris,centos,fedora,backtrack
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
permalac is on a distinguished road
Default

It's an old post but I have a doubt on it. (hope there is no problem)

Here it goes:


I've just done all this stuff but with one difference, I would like to log in server2 as a non privileged user.

I log in as root (without password) in server2, but there is no way to log in as normalUser without password.

I can log in as normalUser using password.

What can be wrong?

I've just copied /root/.ssh/* to /home/user/.ssh/ and still can't connect as user.
Guess is something on the config file but i don't know what.

Thanks for reading.

Quote:
$ ssh -v user@host
.
.
.
.
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found

debug1: Next authentication method: publickey
debug1: Offering public key: /root/.ssh/id_rsa
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: password
backupMan@lirondo.domain.org's password:
:/

Last edited by permalac; 09-05-2008 at 08:36 PM.
Reply With Quote