NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

Tools for troubleshooting SFTP access to CIFS shares?

PINBACKDARKSTAR
3,898 Views

I've been asked to setup SFTP access to a FAS filer running ONTAP 7.3.2.

I've been successful so far, getting the user added to /etc/passwd, getting a test preshared-key setup, setting up usermap,etc.

But once logged in over SFTP, the user cannot write to the desired qtree. Aside from looking at the access info in wcc, are there any commands or tools you;d recommend for figuring out why access is denied?

Thanks,

[RC]

1 REPLY 1

Jeff_Yao
3,898 Views

Displays the security settings on a file or directory. Wildcards are permitted.

fsecurity show [-v <volume>|-s <share>] <path> [<options>]

fsecurity show -v <volume> -i <inum> [<options>]

   Options:

     -c = Include security descriptor control information

     -d = Include directories in wildcard searches

     -l = Disable name lookups

     -x = Expand mask values

this might be ur answer

thanks

Jeff

Public