Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

Clear message
Locked History Actions

VPN

VPN

One option of accessing all the computing resources of our group is to establish a VPN connection to one of the servers. We are using the standard OpenVPN SSL VPN connections. The connection behaves very similar to a regular https connection that your web browser might make.

Getting started

Request a key

The connection uses a combination of a symmetric cipher and public key cryptography. That is why we need to generate a pair of keys for you. You can request a key by sending an e-mail to your local sysadmin (il-action@cs or akrevl@cs).

Copy the key

Once you get a reply from your sysadmin you can copy the key via SSH from the whale.stanford.edu server.

Windows users

You will need a program that can transfer files via the SSH protocol. Here is one suggestion: http://winscp.net/eng/download.php

Once you have the program up and running use your CSID credentials to connect to the whale.stanford.edu server. You will find your keys in the /tmp/openvpn directory. Download the your_CSID_win.zip file.

Linux and Mac users

scp your_CSID@whale.stanford.edu:/tmp/openvpn/your_CSID*.zip ./

Configure your OS