I have this weird problem. I am using SSH key to connect to my-server. I have generated both public and private key without password and my public key is installed on my-server. I can connect to my-server from my local (Window 7) using private key but when I am trying to connect from a remote-server (Linux to Unix ) to my-server using the same key it is asking for password. I am using following command.
sftp -o "IdentityFile=<location-of-key>" user_id@server.name.com
my-local: Window 7
remote-server: Suse Linux 11 (x86_64)
my-server: SunOS