View previous topic :: View next topic |
Author |
Message |
molot Apprentice
Joined: 26 Feb 2005 Posts: 214 Location: Warsaw, Poland
|
Posted: Mon Mar 24, 2008 11:27 am Post subject: pushing data over ssh? |
|
|
I need to run a script on a cern (lxplus). Output will be much more than 50MB quota. My home machine is almost always on, and I'll need those data locally anyway. Is there any way to get output pushed via ssh to my local machine?
ssh on lxplus supports only password authentication (both ways), and I don't exactly know on what physical machine my script'll be running. _________________ "I just have to run faster than the slowest party member" |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Mon Mar 24, 2008 1:00 pm Post subject: |
|
|
Sure, simple script that uses scp to copy the file to your machine. Your local machine must be accessible from the internet though and allow the remote machine to log in. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
|