Differences between revisions 10 and 18 (spanning 8 versions)
Revision 10 as of 2015-11-06 15:37:06
Size: 687
Comment:
Revision 18 as of 2017-02-06 15:20:24
Size: 1089
Editor: PabloGarcia
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
'''Go to the [[http://www.iram.es/IRAMES/mainWiki/Continuum/NIKA2/Main| NIKA2]] main page.'''
---

Here, we describe the recommended procedure to remotely access the nika2-a computer at the 30m telescope. This page is maintained by PM/CK.
Line 7: Line 12:
First add the following lines to your ~/.ssh/config file:
Line 8: Line 14:
ssh observer@nika2-a.iram.es.viat21n2 -Y

and these are the relevant lines of my ~/.ssh/config file:
Line 16: Line 18:

and then you can connect using the following command:
{{{
ssh observer@nika2-a.iram.es.viat21n2 -Y
}}}

You will be asked for the t21 account password, and then for the observer account password.

Remote network access to NIKA-2

Go to the NIKA2 main page. ---

Here, we describe the recommended procedure to remotely access the nika2-a computer at the 30m telescope. This page is maintained by PM/CK.

ssh

First add the following lines to your ~/.ssh/config file:

Host *.viat21n2
User observer
ProxyCommand ssh -X -Y -P t21@mrt-enter.iram.es "nc -vv -q 0 nika2-a.iram.es %p" 

and then you can connect using the following command:

ssh observer@nika2-a.iram.es.viat21n2 -Y

You will be asked for the t21 account password, and then for the observer account password.

rsync

vnc

Internet connection of the 30m

The following figure shows how the 30m is connected to the outside world. Marked in red are the commonly used connections. Note that to access the 30m from outside Granada, there is no need to go via IRAM/Granada. This should actually be avoided!

iram-granada-30m-network.png}

Continuum/NetworkAccess (last edited 2020-08-04 12:19:07 by ladjelate)