Access to this server is based on registering for certain classes. After registering for classes, accounts will be created after the drop add period. Accounts are created automatically and an email will be sent to your FAU email address. The email will include your user name and password.
Connecting to lamp.cse.fau.edu
Window’s Users
- Open putty and type in lamp.cse.fau.edu under Host Name
- Leave the default port as 22
- Choose connection type: SSH
- Click Open
You should see the following security prompt:
- Click Yes on the security Prompt
Login using your username and password provided in your E-Mail
- Fill in the following prompts:
- login as: Type the user name as it appears in your email <Hit Enter>
- user@lamp.cse.fau.edu’s password: Type in the password as it appears in your email <Hit Enter>
Please note: for security reasons, passwords will not be echo’d back to you when you type them into SSH. Just keep typing in your password as you normally do, then hit enter when finished.
I cant access my webspace after creating it and giving permissions.
Salah, your public_html directory does not contain any files. You need to create a file named index.html or index.php.
I’ve updated the instructions in http://tsg.eng.fau.edu/servers/lamp-cse-fau-edu/creating-webspace/. Basically if you run the following command while ssh’d into lamp.cse.fau.edu the first website page will be created.
echo “Hello World” >> ~/public_html/index.html
my lamp password is not working. it keeps saying access denied. what do i do now ?
Make sure your keyboard’s Caps Lock is not on. Remember that your username and password is case sensitive. The username, in most cases, will be all lowercase. Double check your email.
If you’re still getting access denied, you will have to get your password reset. Please contact TSG by emailing help@eng.fau.edu from your FAU email address. Please include in your email that you need your password reset on lamp. You need to also include the name of the class your in and who your Professor is.