FTP and SSH
Secure File Transfer Protocol (SFTP)
Windows
Skip to the next step if you're already connected to the UT network (i.e. working at the office, Main Campus, or established a VPN)
If you're working off the UT network, you need to establish a VPN, see the instructions below for setting up the VPN software and accessing it:
http://lase.mer.utexas.edu/wiki/index.php/Remote_access_of_university-owned_computers
Download/install FTP software. I recommend FileZilla
Open the FTP software and enter the login credentials for the lase account you need to access. Common credentials are:
Host (format might change if you use something other than FileZilla): sftp://lase.mer.utexas.edu
Port: 12322
Username/password combinations:
Share account (e.g. share drive access): share/MerCadTel
Webmaster (e.g. updating website): webmaster/calciumflouride
Administrator (powerful account that should only be accessed as a last resort): ask the current server superuser for login info
Once connection is made, you can manage the file system and transfer files between your computer and the lase server
Secure Shell (SSH)
Windows
Install your favorite ssh client. There is one available on bevoware:
Find "SSH Secure Shell"
Click "Download"
A better one, called PuTTy is available here:
Using your favorite ssh client, login with the your username and password:
Site: lase.mer.utexas.edu
User: <Your Username>
Password: <Your Password>
Ubuntu (or Debian based Linux)
Install Secure Shell
sudo aptitude install ssh
Login:
ssh -p 12322 <YOUR_ACCOUNT_NAME>@lase.mer.utexas.edu
Replace <YOUR_ACCOUNT_NAME> with the account you want to access. Also enter the password for the account once prompted. Common accounts to access are:
Username/password combinations:
Share account (e.g. share drive access): share/MerCadTel
Webmaster (e.g. updating website): webmaster/calciumflouride
Administrator (powerful account that should only be accessed as a last resort): ask the current server superuser for login info
Get Your Own User Account
Send a request to <administrator@lase.mer.utexas.edu>, with the username you would like.
Once you have received a response, ssh in using the temporary password provided (ssh access is described below)
You will be prompted to change the password. Follow the on-screen directions. Afterwards, you have to login again with the new password.