Difference between revisions of "Remote control"

From New IAC Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
*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@inca.iac.isu.edu
+
For Ubuntu use:
 +
*scp file shaproma@inca.iac.isu.edu:/home/file (to copy file from current place to remote machine)                                 
 +
*scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ .  (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 .../doc/* from remote machine to current dir)
 +
*nautilus    //to start file browser
  
ssh -Y shaproma@aztec.iac.isu.edu
 
  
scp source_file shaproma@inca.iac.isu.edu:/home/file
+
For Windows machine use:
 
+
*PuTTY: moving a file from your computer to a server [http://kb.iu.edu/data/akjs.html#PuTTY]
PuTTY
+
*WinSCP
 
+
*SSH
iac.isu.edu/manuals  iacuser iacuser
 

Latest revision as of 21:35, 28 July 2017

  • 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


For Ubuntu use:

  • scp file shaproma@inca.iac.isu.edu:/home/file (to copy file from current place to remote machine)
  • scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ . (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 .../doc/* from remote machine to current dir)
  • nautilus //to start file browser


For Windows machine use:

  • PuTTY: moving a file from your computer to a server [1]
  • WinSCP
  • SSH