Difference between revisions of "Remote control"

From New IAC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
ssh -Y shaproma@inca.iac.isu.edu
+
*ssh -Y shaproma@inca.iac.isu.edu
 +
*ssh -Y shaproma@aztec.iac.isu.edu
 +
*ssh -Y shaproma@tesla.iac.isu.edu
 +
*iac.isu.edu/manuals  iacuser iacuser
  
ssh -Y shaproma@aztec.iac.isu.edu
 
  
ssh -Y shaproma@tesla.iac.isu.edu
+
to copy file from current place to remote machine
 
 
 
 
//copy file from current place to remote machine
 
 
*scp file shaproma@inca.iac.isu.edu:/home/file                                   
 
*scp file shaproma@inca.iac.isu.edu:/home/file                                   
  
//copy all directory /doc/ from remote machine to current dir
+
to copy all directory /doc/ from remote machine to current dir
 
*scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ .   
 
*scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ .   
  
//copy all files in /doc* from remote machine to current dir
+
to copy all files in /doc* from remote machine to current dir
 
*scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/* .   
 
*scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/* .   
 +
 +
  
 
PuTTY
 
PuTTY
 
iac.isu.edu/manuals  iacuser iacuser
 

Revision as of 20:17, 25 July 2012

  • ssh -Y shaproma@inca.iac.isu.edu
  • ssh -Y shaproma@aztec.iac.isu.edu
  • ssh -Y shaproma@tesla.iac.isu.edu
  • iac.isu.edu/manuals iacuser iacuser


to copy file from current place to remote machine

  • scp file shaproma@inca.iac.isu.edu:/home/file

to copy all directory /doc/ from remote machine to current dir

  • scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ .

to copy all files in /doc* from remote machine to current dir

  • scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/* .


PuTTY