Developer's access
I want to give website developers access to ftp and sql with minimum possible gui and security compromise.
Keeping in mind that most of the programmers expect ftp / db access via a gui interface. Security is very important for me so good suggestions relating to giving access to developers would be very helpful.
Thanks in advance
1 Reply
For transferring files: most OSes can do SFTP out of the box, as will your Linode; I would expect a "website developer" to have their own application of choice for transferring files. Under very few circumstances is plain old FTP acceptable for use over public networks, and this isn't one of them.
Note that both of these involve GUI applications installed on the developer's machine, which connect to the server using ssh. This is a performance and security win, and since your devs can use the tools they're most familiar with, it can improve productivity too.