Skip to content

Commit

Permalink
More minor updates for ESC12
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Elmer committed Oct 21, 2012
1 parent 76d14fd commit 2976942
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository contains exercises for `ESC11 <http://web.infn.it/esc11/>`_,
3rd INFN international school on architectures, tools and methodologies for
This repository contains exercises for `ESC12 <http://web.infn.it/esc12/>`_,
4th INFN international school on architectures, tools and methodologies for
developing efficient large scale scientific computing applications.
http://iki.fi/lat/esc11/ hosts the processed version of the documentation here.
http://cern.ch/elmer/esc12/ hosts the processed version of the documentation here.
10 changes: 5 additions & 5 deletions doc/basic/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ working somewhat nicer and easier.

2. Get the school exercises material::

git clone git://github.com/lat/esc.git
git clone git://github.com/pelmer/esc.git

Advanced configuration
----------------------
Expand All @@ -64,16 +64,16 @@ need to remember IP addresses.

* Generate a temporary SSH key and copy it to the right host::

ssh-keygen -t rsa -C esc11_temp_key -f ~/.ssh/id_rsa_esc11
scp ~/.ssh/id_rsa_esc11.pub stud01@137.204.203.40:.ssh/authorized_keys
ssh-keygen -t rsa -C esc12_temp_key -f ~/.ssh/id_rsa_esc11
scp ~/.ssh/id_rsa_esc12.pub stud01@137.204.203.40:.ssh/authorized_keys

* If not on OS X, start an ``ssh-agent``::

[ $(uname) != Darwin ] && { killall ssh-agent; eval `ssh-agent`; }

* Add the just-generated key to your ``ssh-agent``::

ssh-add ~/.ssh/id_rsa_esc11
ssh-add ~/.ssh/id_rsa_esc12

* Add SSH configuration for your student host. You can of course add
this chunk with your favourite editor if you prefer.
Expand All @@ -84,7 +84,7 @@ need to remember IP addresses.
Host esc-*
User stud01
PubkeyAuthentication yes
IdentityFile ~/.ssh/id_rsa_esc11
IdentityFile ~/.ssh/id_rsa_esc12

Host esc-stud01
HostName 137.204.203.40
Expand Down

0 comments on commit 2976942

Please sign in to comment.