Developer's access

A very simple question:

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 SQL access: if you're running MySQL, http://www.mysql.com/products/workbench/ … this will tunnel over ssh quite well, and is available for the major OSes.

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct