Read: Remote access to facethome and facet-srv01

Read: SSH

FastX

Connecting to the SLAC network via ssh

Control computers

See also:  Data Analysis

Login to the control servers
    1. get onto the SLAC network if you are not there (e.g., fastx3.slac.stanford.edu); use "-Y" for x-forwarding
    2. log onto mcclogin:  ssh smeuren@mcclogin -Y
    3. log onto the control server (list: see above), e.g.: ssh fphysics@facet-srv20 -Y
    4. if it asks you for a password, you do not have an account (see "get access to the control server below")
Save typing time
Login via ssh without password
    1. Generate a key on your local computer (default options, empty passphrase): "ssh-keygen -t rsa"
    2. Find the folder where the "authorized_keys" folder is located on the remote server:
    3. Let the server know that you are authorized to login without password:
      • cat /home/seb/.ssh/id_rsa.pub | ssh smeuren@fastx3.slac.stanford.edu 'cat >> /home/smeuren/.ssh/authorized_keys'
      • Note that you need to change username / servername and the location of "authorized_keys" (pwd when you log into the server should help; see step b)
      • login without password
ssh with port tunnel

Get access to the control server

Troubleshooting

Various Tricks

Screen capture on control computer

mccsg

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/

Facet-II elog

http://physics-elog.slac.stanford.edu/facetelog/index.jsp

Getting internet access on the control network (webbrowser)

SLACK

Google drive

see: FACET-II Home