Re: ssh to remote machine with user login problem

2006-01-07 Thread Andrew M.A. Cater
On Fri, Jan 06, 2006 at 02:07:01PM +0200, Pavlos Parissis wrote: > Hello, > > > Hi, > > > > Thanks for your mail.I have tried to copy .ssh folder from root to the > > users account and the permissions are 600 and the file is owned by the user > > and still i am getting the enter the password

Re: ssh to remote machine with user login problem

2006-01-06 Thread Pavlos Parissis
...snip... > When i try the following commnd > > diff authorized_keys id_rsa.pub > > Result > > 1c1 > < ssh-rsa > B3NzaC1yc2EBIwAAAIEA229WYAsRv9lhplUxynEvTsq8HYd/e7vE78LEye4a1/IgVuW3u6vW0cUDXM/RRJjh1j/sLDJwaTbs/ildzXc8YNvOl3YoAVosHcEH1MTfMqDYdta3tpwqfwLZ+Ruq4XV3WSR

Re: ssh to remote machine with user login problem

2006-01-06 Thread david robert
details as follows   remote sshd_conf   # Package generated configuration file# See the sshd(8) manpage for details # What ports, IPs and protocols we listen forPort 22# Use these options to restrict which interfaces/protocols sshd will bind to#ListenAddress ::#ListenAddress 0.0.0.0Protocol 2#

Re: ssh to remote machine with user login problem

2006-01-06 Thread Pavlos Parissis
> hi, > > I am sending all the details as follows > > ssh -v output > > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Connecting to x.x.x.x [x.x.x.x ] port 22. > debug1: Connection established. > debug1: identity file /home/user/.ssh/identity type -1 > debug1: i

Re: ssh to remote machine with user login problem

2006-01-06 Thread david robert
hi,   I am sending all the details as follows   ssh -v output   debug1: Reading configuration data /etc/ssh/ssh_configdebug1: Connecting to x.x.x.x [x.x.x.x ] port 22.debug1: Connection established.debug1: identity file /home/user/.ssh/identity type -1debug1: identity file /home/user/.ssh/id_

Re: ssh to remote machine with user login problem

2006-01-06 Thread Pavlos Parissis
Hello, > Hi, > > Thanks for your mail.I have tried to copy .ssh folder from root to the > users account and the permissions are 600 and the file is owned by the user > and still i am getting the enter the password. OK, you need to run the ssh command with -v argument and send us the output

Re: ssh to remote machine with user login problem

2006-01-06 Thread david robert
Hi,   Thanks for your mail.I have tried to copy .ssh folder from root to the users account and the permissions are 600 and the file is owned by the user and still i am getting the enter the password.   Thanks for your timePavlos Parissis <[EMAIL PROTECTED]> wrote: > Hi Guys,> > I have created

Re: ssh to remote machine with user login problem

2006-01-06 Thread Pavlos Parissis
> Hi Guys, > > I have created a ssh key and i have copied that key over the remote > machine.When i login as root ssh to remote machoine will work without > problem.When i try to login as user every time it is asking for the > password. > > some one help me how to make it work with the use

ssh to remote machine with user login problem

2006-01-06 Thread david robert
Hi Guys,   I have created a ssh key and i have copied that key over the remote machine.When i login as root ssh to remote machoine will work without problem.When i try to login as user every time it is asking for the password. some one help me how to make it work with the user login where i need