hi
In the past I've used FTP & WinSCP clients to connect to the Linxux www server. What other technologies should I look at for increased security and preventing transfer of unencrypted password.
I may add an SSL certificate for membership access also.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
SSL may be enough if you are using a control panel.
SSH may be a neccessity.
We can't second guess what your requirements are.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
SSH is a good start.
Make sure IP tables is locked down to the IP addresses that will use SSH.
Also, Rather than basic SSH you could use keys. Ie: they have a private jey, your server has a public key. and without his / hers private key they cant login ( even if the username and password are right )
It just adds an extra level of protection.
A bit over the top for most. But i find it natural now.
Thanks for the suggestion I will investigate the SSH & lock down of IP Table, they sound like good possibilities, and the extra level of protection I was seeking.