x - working with vonneumann

connecting to vonneumann

>> ssh phusqk@hammer.scrtp.warwick.ac.uk
>> ssh phusqk@vonneumann.csc.warwick.ac.uk

transferring files to vonneumann

>>cd ~
>>pwd
/home/physics/phusqk
>> scp ./myprog.c phusqk@vonneumann.csc.warwick.ac.uk:~/PX390/code
myprog.c                                      100% 2221   180.7KB/s   00:00 
>> scp ./myprog.c phusqk@hammer.scrtp.warwick.ac.uk:~/px390/code/
Enter passphrase for key 'C:\Users\sujay/.ssh/id_rsa': 
myprog.c                                      100% 2221   180.7KB/s   00:00 

transferring files to local

>> scp phusqk@vonneumann.csc.warwick.ac.uk:~/px390/code/myptog.c ./ 
myprog.c                                         100%  683KB   7.4MB/s   00:00 
>> scp phusqk@hammer.scrtp.warwick.ac.uk:~/px390/code/myptog.c ./ 
Enter passphrase for key 'C:\Users\sujay/.ssh/id_rsa': 
myprog.c                                         100%  683KB   7.4MB/s   00:00