I am connecting from server A (Solaris) to server B (Windows) and softlink is created to server C (Storage).
Link is created as,
ln -s "//storage_ip/directory" "softlink"
I cant connect directly from Solaris to Storage hence using Windows system as intermidiate to transfer files. On Windows I am using copSSH to enable ssh/sftp.
The same softlink is working with password connection but does not with passwordless connection.
Is there any problem with passwordless connection on accessing softlink ?
This is a known issue. It seems you are using a network share. When using keys, windows authentication does not provide a full credential.
This may help.
Daniel.
Any work-around here ? Please let me know if this can be resolved. How to provide credentials to windows ?
Deei