Root SSH/SFTP Always 777
- by Fluidbyte
I have an Ubuntu serve that I'm connecting to via SFTP (and also an SSHFS mount locally). When I move a file to the server via the mount I need it to have permissions set to 777.
I've added umask 000 to the .bashrc file at the advice of a friend and it doesn't appear to be working.
Basically I'm working completely in a restricted folder and need the root to always leave the permissions open - wether I'm SSH'ed in or moving files to the server.