Apple Screen Sharing
All macOS Apple desktop systems have Apple Screen Sharing enabled which allows you to remotely access a Apple desktop system environment.
Open a ssh tunnel via the ssh gateway on port 5900 before you can connect to the systems. This no longer work through the Physics VPN.
If you wish to open a ssh tunnel to use Screen Sharing on your Apple desktop system do the following:
- Set up the SSH gateway into the Physics department following the instructions here
- Open Terminal window, from an Apple system this is in the /Applications/Utilities/ folder.
- In the Terminal window enter the following command replacing username and computername with your physics account name and the name of your computer:
ssh -L 59000:localhost:5900 username@computername.nat.physics.ox.ac.uk
- You will then be prompted for your physics username and password twice, once for the ssh gateway and once for your desktop.
- Once the tunnel is open keep open the Terminal window until you have finished your session.
- Now follow the instructions to connect to the system from the instructions for your operating system however replace the name of your computer with localhost:59000 e.g. vnc://localhost:59000
How to connect to Apple Screen Sharing from different Operating Systems
How to connect from a macOS System
- In Finder click Go > Connect To Server from the menu bar at the top of the screen.
- In the Server Address window type the name of the computer you wish to connect to e.g vnc://asosxXX.nat.physics.ox.ac.uk, vnc://alosxXX.nat.physics.ox.ac.uk
- You will then be prompted to enter you physics username and password
- If someone else is already logged into the system you will be prompted to either ask permission to share their screen or login with a new session.
- When you have finished with your session log out of the system and close the Screen Sharing application.
How to connect from a Ubuntu System
- Open Remmina Remote Desktop Client
- Click the "Create a new remote desktop file" icon
- A new window should open, enter the name of the new remote desktop preference as something you will remember (e.g Physics macOS)
- Change the protocol option to be VNC.
- In the server option type the name of the computer you wish to connect to e.g asosxXX.nat.physics.ox.ac.uk, alsoXX.nat.physics.ox.ac.uk
- Enter your Physics username and password into the relevant fields
- Make sure you change the colour depth to be at least "High Color 15 bit" and enter any other preferences you wish.
- click Save and then double click on the name to connect to the macOS system.
- When you have finished with your session Log Out of the system and close Remmina Remote Desktop Client.
How to connect from a Windows System
- Download and install RealVNC Viewer from RealVNC.com. You will also need to install WSL on your system.
- Open Command prompt.
- Enter ssh -L 59000:localhost:5900 username@computername.nat.physics.ox.ac.uk -oProxyJump=username@bastion.physics.ox.ac.uk
- Once connected to your computer, open vnc viewer
- Enter VNC Server: (localhost:59000)
- Click continue when prompted with Identity Check.
- Authenticate with your Physics account details.
Categories: Apple