Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Erik, there's no good reason to allow your fellows to use FTP anymore, the right solution here is to use SSH keys, individual user accounts (SSH), and group/folder permissions. If you're interested in this comment back, and I'll gladly flesh out my answer. </p> <p>When each user has a dedicated server account (UNIX was invented to work this way) you can add users to groups that represent their roles in the company. If you staff should be able to make image adjustments, but not code for example, on clients XYZ, you can manage those users and groups with a tool that keeps the user and group settings in sync on the servers (there are many.)</p> <p>In the case that you <em>really</em> have to use FTP, kick your sysadmin out, there's no good reason in 2011 not to be using SFTP (which is essentially SCP, which is the Secure Copy protocol, based on SSH)… which because it's SSH based, will use the user's UNIX user account (SSH)… see the group/etc permissions from above, and you have a covered solution.</p> <p>Regarding passwords, there's really no viable software for sharing group passwords, I guess because group passwords are forbidden in many industries (e-commerce, PCI) as a sign of insecurity and a failure to be able to trace user activity. However something like Keepass (see Google for your platform-specific implementation) on Dropbox can work really well.</p> <p>Source: maintainer of the defacto-standard web software deployment tool Capistrano &amp; 5 year server admin veteran.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload