You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

FastX

Connecting to the SLAC network via ssh

Save typing time

Login via ssh without password

  • Generate a key on the remote server (default options, empty passphrase): smeuren@rhel6-64p $ ssh-keygen -t rsa
  • On your local computer:

ssh with port tunnel

  • creating a port tunnel to the FACET control server: ssh fphysics@facet-srv01 -Y -R 42000:e320pi:42000

Copying files to the SLAC cluster (AFS file system):

from computer to cluster:
scp -r "local file path"  smeuren@rhel6-64.slac.stanford.edu:/afs/slac.stanford.edu/u/gu/smeuren/ 

from cluster to control server:
smeuren@mcclogin $ scp -r /afs/slac.stanford.edu/u/gu/smeuren/ "filename" fphysics@facet-srv01:/home/fphysics/smeuren/

Getting internet access on the control network (webbrowser)

  • ssh to mcclogin (-Y), ssh to, e.g., fastx3
  • run firefox there

SLACK

  • No labels