Accessing Omega

Linux/Mac

To access omega from a Linux shell prompt use the following command

ssh <net-id>@omega.uta.edu

If you want to connect with GUI support use

ssh -X <net-id>@omega.uta.edu

To get GUI support you need to have an X-server running on your machine. Linux and Mac systems should have a X server running.

Windows

You need to download a SSH client (Either the one provided by OIT or PuTTY). Then use the same command given above.

For GUI support use one of the following methods.