Remote access
- How do I get remote access to the center's servers?
- How to X11 for Mac?
- how to X11 for Linux?
- How to X11 for Windows?
- How do I secure my workstation?
Back to TopDynamic IP
- Open a Browser to http://vpn.ucsd.edu
- Login using your AD account and make sure you select "split" or "allthruucsd" as the Group.
- Follow the instructions on the VPN site
Static IP:
- email fmri-support@ucsd.edu with your IP address to be added to the access control list.
Back to TopRequirements: must have X11 installed More information can be found at apple’s website: http://www.apple.com/macosx/features/x11/
Mac OS X has X11 preinstalled
- Open the X11 program.
- Open a terminal
- In a terminal type ‘ssh –X [your user name]@fmriserver.ucsd.edu’
Back to TopX11 support is built-in to the operating system.
- Open a terminal
- In a terminal type ‘ssh –Y [your user name]@fmriserver.ucsd.edu’
- If the above line doesn't work use -X instead of -Y
Back to TopUse xming from http://sourceforge.net/projects/xming for free and putty
- Run Xming (note when installing Xming: if you get a prompt to allow xming in your firewall, select deny)
- Open putty by double-click it. It will brings up the interface.
- First, setup the connection info in Host Name field and select SSH (SSH is using port 22).
- In Connection Category, find the Connection tree. In SSH, expand it and you will see Tunnels window. Click "Enable X11 forwarding". It is setting the default to X display at "localhost:0".
- Now, go back to Session and save this session with a name you like. You should use the Host Name to make me easily remember where you are connecting to.
Back to TopMAC:
1. If you enabled ssh remote login on your workstation, please do the
following:
a. tcp wrapper is installed by default
To enable:
create the following files
/etc/hosts.allow
sshd: 137.110.192. (for the VPN)
sshd: 132.239.132. (for our local subnet)
/etc/hosts.deny
ALL: ALL
b. Disable protocol version 1 from the /etc/sshd_config
edit the line
Protocol 2, 1
to:
Protocol 2
2. Your user account is recommended not to be an admin account, have a
separate admin account
3. We used to open post 6000-6010 for X forward, please remove that if
it exits in the MAC OS X build in firewall.
Use the
ssh -Y <loginname>@servername.ucsd.edu
When using the xhost command, make sure to just open the traffic for a
certain IP, ex:
xhost + <IP address>
A link from network security that have more information for MACs:
http://computing.geology.ucdavis.edu/security/CyberSafety-MacQuickClick.php