remote data
Ramon Solano
rsolanob at GMAIL.COM
Sat Dec 19 01:42:30 EST 2009
Hello Teresa,
I haven't use the remote server capabilities of GrADS, but I usually
work with secure connections for several other applications (such as
IDL-ENVI, X-11, VNC and others). The trick is to create a secure
"tunnel" (with SSH) for the ports you need between your computer and
the server.
For example, if you want to connect to a VNC server, say, display :1
(port IP 5901), you first need to create the tunnel:
ssh -L 5901:server:5901 user at server
then you can connect your VNC client to localhost:1 (local host port
5901), which is tunneled trough SSH to your server:1. You can use more
than one -L in the command line for tunneling several ports at once.
I hope this example gives you an idea about how to use it for your
purpose.
Cheers,
Ramon
On Dec 18, 2009, at 2:01 AM, teresa tiberi wrote:
> Dear all,
>
> I have a question about use of grads with remote data.
> I mean I know I can use gradsdods with dods servers, but
> can I use a version of grads that can work with data from my
> data_server?
> es. I don't know if it's the right way to use ssh,but I can't access
> to data-server without ssh
> is it possible to write some comand line as following
> grads<some-version> "sdfopen ssh -p port user@$
> {server_address} $folderdata}${fileYMD}.grb"
>
> thanks in advance
> Teresa
>
More information about the gradsusr
mailing list