<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">> On one of my servers I have a personal account and root. I disable root for ssh logins and run ssh on an alternative port. When 'scp'ing files I usually scp them up, then ssh in 'su' root and move them to /var/www/html.<br>

><br>
> I can sftp I realize, but what group can I add my personal account to, but not root, so I can sftp in and put the files in /var/www/html?<br>
<br>
</div>There are a dozen ways to do this. One is to uplodate with WebDAV over<br>
HTTPS, which is built into Apache on CentOS and has plenty of usable<br>
clients such as lftp. Another is simply to designate a directory under<br>
/var/www/html/, owned by you personally, that the apache user can<br>
browse. That give you direct upload access as yourself.<br></blockquote><div><br></div><div>Right, but giving myself a directory doesn't allow me to put files other places in /var/www/html....</div><div><br></div><div>
My goal here is to be able to use my iPad over my ssh port to pull down files, edit them and save them back. Also, upload new files when I am at my desktop.</div><div><br></div><div>With /var/www/html owned by root:root and me loggin in as 'jason' I cannot accomplish this. I don't allow root logins over ssh...</div>
<div><br></div><div>So I think that something needs to change. </div><div><br></div><div>Would I change /var/www/html/<my domain> owner to myid:mygroup? I am not sure the famifications of this and how Apache would behave, etc.</div>
<div><br></div><div>-Jason</div></div>