Discussion:
SuSE Linux running under z/VM 4.4
(too old to reply)
Alyce Austin
2006-01-24 22:34:07 UTC
Permalink
Hello,

I am running SSHD with SFTP as the subsystem. I have setup
groups with permissions to access other users data. This appears
working; however, when users FTP, the permissions are not inherited.
What do I need to tweak on the system side so that whatever permissions
you get on SSHD are the same for FTP?

Thanks for your help,
Alyce
David Boyes
2006-01-24 22:52:44 UTC
Permalink
Post by Alyce Austin
I am running SSHD with SFTP as the subsystem. I have setup
groups with permissions to access other users data. This
appears working; however, when users FTP, the permissions are
not inherited.
SFTP and FTP are two totally different animals (different daemons,
even). To complicate things even more, sftp and SFTP are different
things (sftp is ssh-based, SFTP is FTP over SSL). Which one(s) are you
using?
Post by Alyce Austin
What do I need to tweak on the system side so that whatever
permissions you get on SSHD are the same for FTP?
Most FTP and SFTP daemons use the user's 'umask' value (ie whatever the
user would have gotten when creating a file directly). sftp (note case)
should do the same unless you tell it to ignore permissions.
Austin, Alyce (CIV)
2006-01-24 23:12:23 UTC
Permalink
Hi,

We are using the sftp-server..ssh-based.

Thanks,
Alyce


-----Original Message-----
From: VM/ESA and z/VM Discussions [mailto:VMESA-***@LISTSERV.UARK.EDU] On
Behalf Of David Boyes
Sent: Tuesday, January 24, 2006 2:53 PM
To: VMESA-***@LISTSERV.UARK.EDU
Subject: Re: SuSE Linux running under z/VM 4.4
Post by Alyce Austin
I am running SSHD with SFTP as the subsystem. I have setup
groups with permissions to access other users data. This
appears working; however, when users FTP, the permissions are
not inherited.
SFTP and FTP are two totally different animals (different daemons,
even). To complicate things even more, sftp and SFTP are different
things (sftp is ssh-based, SFTP is FTP over SSL). Which one(s) are you
using?
Post by Alyce Austin
What do I need to tweak on the system side so that whatever
permissions you get on SSHD are the same for FTP?
Most FTP and SFTP daemons use the user's 'umask' value (ie whatever the
user would have gotten when creating a file directly). sftp (note case)
should do the same unless you tell it to ignore permissions.

Loading...