Security
This information only pertains to Hurricane Electric's Shared Web Hosting package. There may be different information in our other categories.
Contents
Can I password protect access to my Web pages?
You can restrict access to people that you put in a password file by using the .htaccess method (Apache & NCSA) method of limiting access. Please see this .htaccess demo.
CGI scripts could be written to help maintain the password file if you wanted to provided a administration function through a web browser. Alternatively you could put all of the passwords and account names in a text file and write a Perl script to convert the plain text passwords and names into the proper format.
Who sets file permissions?
You do.
Is there any way to create multiple password access to certain areas of my directory.
We support the .htaccess method as documented in our .htaccess demo.
Is it possible to have my password changed to something I could remember?
Due to the fact that we allow you to ssh to your shell account, we must require that you respect the good password selection rule of avoiding using English words as your password in the interests of a minimum level of security. A good password must be at least 7 characters in length and should contain at least one letter and at least one number. Passwords should not be based upon common sayings or anything recognizable.
You may change your password. However, if you do, you are entirely responsible for keeping track of the new password. To change your password log onto the server using ssh and type:
passwd
You will be prompted to enter your current password, your new password and then it will ask you to confirm your new password.
There is a way to come up with a password you can remember that meets our guidelines. If you think of a sentence of about seven words that has a number in it, and take the first letters of the words, and using the number instead of the word for the number, you have a password that you can remember as long as you remember the sentence. For example, a good sentence might be "One fine day, I picked a password." This would translate to "1fdIpap" (one is a number, isn't it?), which looks like utter gibberish, but can be remembered, because you know the sentence. When you need to enter your password, just think of the sentence, which can be as weird or wacky as you want it to be.