To find where sftp public key is installed for user

Hi All,

I am facing an issue wherein a new sft public key for a user is not working on our HP-UX m/c.
So i have to check where the sftp public keys for some other sample users were installed earlier in the system i.e. under which folder.
Can you please help me out on this.

Your post has been moved because it was not shell or script programming specific issue
But more OS configuration...

Ordinarely I would expect to find it in the user's .ssh directory... beware if wrong permission on this folder it will not work... ( 700 )

ant:/home/vbe/.ssh $ ll -ld .;ll *.pub
drwx------   2 vbe        bin           1024 Dec 20 11:58 .
-rw-r--r--   1 vbe        bin            600 May 20  2011 id_dsa.pub