This is an old revision of the document!
Please make the following modifications to your account setup and run the listed commands. This should only be needed to be done once.
Add the following to the end of .cshrc
umask 002 set VLBIHOME = '/u/vlbi' set perlver = `perl -v | grep 'This is perl' | sed -n 's/.*v\([0-9].[0-9]*.[0-9]*\).*/\1/p'` setenv PERL5LIB "${VLBIHOME}/perl/share/perl/${perlver}:${VLBIHOME}/perl/lib/perl/${perlver}:${VLBIHOME}/perl/lib/x86_64-linux-gnu/perl/${perlver}" unset perlver setenv PATH ${PATH}:${VLBIHOME}/bin
Add the following to the end of .login
setenv PATH ${PATH}:${VLBIHOME}/bin
Run the following commands (from home directory):
ln -s /u/vlbi/ftp/kasi schedules
You will need ssh keys setup to copy schedule files onto the Mopra observing computer. The best approach is to setup an ssh key on your local machine (from which to log onto venice) and forward the ssh agent to allow your local ssh key to authorise the connection from venice to bigrock.
To forward a local ssh agent use the -A
option for ssh. Alternatively add the following to `~/.ssh/config`
Host *.atnf.csiro.au ForwardX11 no ForwardAgent yes ServerAliveInterval 60
For a guide to setting up an ssh key, see https://www.atnf.csiro.au/internal/computing/help/getting-started/ssh-setup.html. (your unix account will be needed).
Your public key (e.g. id_rsa.pub
, will need to be copied to bigrock and added to .ssh/authorized_keys
. Please ask someone who already has access to do this, or local ATNF staff.
copy the public to to bigrock then run `cat mykey.pub » .ssh/authorized_keys`. Where `mykey.pub` is the name of the public key. Delete the copy of the key you copied over.