SSH
Obtrix provides a shell account for each user on their server. A shell account is a user account with a command line interface that can be accessed over SSH. Controlling clients, manipulating files, transcoding music, creating torrents, and tunneling traffic are just some things that shell access lets you do.
Connecting
Linux or Mac OS X
Open a terminal
Enter ssh <yourusername>@<servername>.obtrix.net
Enter your password when prompted
Windows
Since Windows does not come with a SSH client, you will need to download and install KiTTY.
Start KiTTY and enter <servername>.obtrix.net in the Host Name field.
Make sure SSH is selected as the connection type
In the menu on the left, go to Connection->Data.
Enter your Server username (use all lowercase letters) and slot password in the Auto-login username and Auto-login password fields.
Return to Session from the menu on the left.
Under Saved Sessions enter <Servername> and click Save
Double-click the name in the list. If all went correctly you should now see <username>@<servername>~ $