Re: Re: Authentication with SSH using public keys

2008-11-04 Thread af300wsm
Following onto the e-mail I made before, apparently that little permissions difference for the directory, .ssh, was the problem. Changing it to 644 has, apparently, fixed the problem. Cool :) . I learnt this from my first SSH public-key authentication configuration ;) Ashish

Re: Re: Authentication with SSH using public keys

2008-11-04 Thread Yuri Pankov
On Tue, Nov 04, 2008 at 12:39:36PM -0800, [EMAIL PROTECTED] wrote: Following onto the e-mail I made before, apparently that little permissions difference for the directory, .ssh, was the problem. Changing it to 644 has, apparently, fixed the problem. Cool :) . I learnt this

Re: Re: Authentication with SSH using public keys

2008-11-04 Thread Jeremy Chadwick
On Tue, Nov 04, 2008 at 12:39:36PM -0800, [EMAIL PROTECTED] wrote: Following onto the e-mail I made before, apparently that little permissions difference for the directory, .ssh, was the problem. Changing it to 644 has, apparently, fixed the problem. Cool :) . I learnt this

Re: Authentication with SSH using public keys

2008-11-03 Thread Andrew Falanga
On Fri, Oct 31, 2008 at 6:46 PM, आशीष शुक्ल Ashish Shukla [EMAIL PROTECTED] wrote: In [EMAIL PROTECTED], Andrew Falanga wrote: Hi, My father recently setup a new 7.0-Release system for some web development. I use ssh to login remotely. I've normally not had any trouble configuring

Re: Authentication with SSH using public keys

2008-11-03 Thread Andrew Falanga
debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/andy/.ssh/identity debug1: Offering public key: /home/andy/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1:

Re: Authentication with SSH using public keys

2008-11-03 Thread Jeremy Chadwick
On Mon, Nov 03, 2008 at 07:29:46PM -0700, Andrew Falanga wrote: debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/andy/.ssh/identity debug1: Offering public key:

Re: Authentication with SSH using public keys

2008-11-03 Thread Ashish Shukla आशीष शुक्ल
Andrew Falanga writes: debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/andy/.ssh/identity debug1: Offering public key: /home/andy/.ssh/id_rsa debug2: we sent a publickey packet, wait

Authentication with SSH using public keys

2008-10-31 Thread Andrew Falanga
Hi, My father recently setup a new 7.0-Release system for some web development. I use ssh to login remotely. I've normally not had any trouble configuring authentication through public key encryption using ssh-keygen and such. I have for myself a id_rsa.pub and an id_rsa key pair that I use

Re: Authentication with SSH using public keys

2008-10-31 Thread आशीष शुक्ल Ashish Shukla
In [EMAIL PROTECTED], Andrew Falanga wrote: Hi, My father recently setup a new 7.0-Release system for some web development. I use ssh to login remotely. I've normally not had any trouble configuring authentication through public key encryption using ssh-keygen and such. I have for myself