Accessing the Production Server: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "=Introduction= The production server is located at http://expertiza.ncsu.edu. It is firewalled at NC State University and thus requires VPN or tunneled connection. This article e...")
 
Line 4: Line 4:
The instructions to connect to NC State's VPN are located at http://vpn.ncsu.edu
The instructions to connect to NC State's VPN are located at http://vpn.ncsu.edu
=Tunneling Via SSH=
=Tunneling Via SSH=
If you have access through NC State, you can first ssh into a publicly accessible server such as remote.eos.ncsu.edu using your unity ID before then connecting via SSH to expertiza.ncsu.edu.
If you have access through NC State, you can first [http://www.eos.ncsu.edu/remoteaccess/linux.php ssh into a publicly accessible server such as remote.eos.ncsu.edu] using your unity ID before then connecting via SSH to expertiza.ncsu.edu.
http://www.eos.ncsu.edu/remoteaccess/linux.php
 
=After Connecting Through the Firewall=
=After Connecting Through the Firewall=
The command to connect to the Expertiza server is:
The command to connect to the Expertiza server is:
<pre>ssh <unity_id>@expertiza.ncsu.edu</pre>
<pre>ssh <unity_id>@expertiza.ncsu.edu</pre>

Revision as of 04:33, 7 February 2013

Introduction

The production server is located at http://expertiza.ncsu.edu. It is firewalled at NC State University and thus requires VPN or tunneled connection. This article explains both methods.

VPN

The instructions to connect to NC State's VPN are located at http://vpn.ncsu.edu

Tunneling Via SSH

If you have access through NC State, you can first ssh into a publicly accessible server such as remote.eos.ncsu.edu using your unity ID before then connecting via SSH to expertiza.ncsu.edu.

After Connecting Through the Firewall

The command to connect to the Expertiza server is:

ssh <unity_id>@expertiza.ncsu.edu