Click to See Complete Forum and Search --> : getting a FTP & Telnet server up.


godspaz
01-29-2001, 01:22 PM
http://www.linuxnewbie.org/ubb/confused.gifI'm fairly new to the linux scene yet I am able to get things going and stuff. I have apache up and running just fine, but I would like to get a ftp/telnet server up so I can work/manage it from school. What do I use to do this? Is this a samba thing or can apache do this also? Any help is greatly appreciated. http://www.linuxnewbie.org/ubb/smile.gif

VRay
01-29-2001, 04:19 PM
You have to run a telnet server and a ftp server, this has nothing to do with samba and apache. Rather go for an ssh server (secure telnet) and proftp (as opposed to wu-ftp).

ckevin
01-29-2001, 08:08 PM
yes, as VRay
said, consider SSH instead of telnet, using OpenSSH with OpenSSL, you can have a more secure connection, wanna to install? try to follow the quick guide at http://www.fandelem.com/nhf-9.html ! It's so helpful and keep you away from trouble http://www.linuxnewbie.org/ubb/biggrin.gif

godspaz
01-30-2001, 06:21 PM
OpenSSH &SSL? Ok I'll look into that one. Thanxz in advance.

godspaz
01-31-2001, 01:38 PM
Thanxz for the advice guys. That is exactly what I was/am looking for. The link provided a lot of help as well. Thanxz.