Admin Question on SSH

tony1234

Verified User
Joined
Jul 25, 2005
Messages
71
If I disable Telnet and FTP and setup SSH for my server, can users still use the FileManger screen in DirectAdmin to upload /change their files? Thanks in advance.
 
FileManager has nothing to do with ftp, telnet or ssh, so the answer would be yes. As long as DirectAdmin works, FileManager should work. Disabling Telnet is a good idea. As far as ftp, some people might complain, but since passwords are sent in clear text, I can see the reason for wanting to disable it.
 
We believe that disabling ftp will cost customers, and will definitely increase calls to support, as standard functionality, that folk are used to, won't work.

Though ftp passwords are sent in cleartext there are a lot of protections built into ftp (such as user jails) that aren't in ssh.

ssh should already be running on all DA servers, but to make it work you have to give users a real shell, that they can then use to log into your server.

Once logged in they can see lots of files you may not want them to see, including the /etc/passwd file, for example.

Using only the file manager will keep a lot of users from uploading large files.

And the file manager doesn't convert line endings when uploading files, so .pl and .cgi files may not work as expected.

Jeff
 
Back
Top