Setting up sshd, sftp
Ok, I'm running a server on my linux box at Gatech, and I'll be having a couple more people with accounts on the server. So my question is how do I configure my machine to accept connections via SSH port 22, instead of the inherently unsafe normal ftp port 21.I know there are client side aps that allow for connection via port 22, so now the only thing I have to do is get my sshd working so I can connect to my server using port 22. Anyone with any knowledge on how to do this?