University VPN
The only way to reach your office computer from outside Israel. The trade-off — one machine only, fixed in advance.
Register in advance — a TMR request
Nothing works without this step. Access is opened for one specific machine.
Do this while you are still on campus
It is a closed loop — TMR is reachable only from the wired university network. You cannot register for the VPN after you have already left the country — set it up before you travel.Find the IP address
From the office computer open whatsmyip.com and write the address down.
Open the request
Open a TMR request asking for university VPN access. State:
- Your Bar-Ilan username.
- The IP address of the computer you want to reach.
- If you need SSH rather than a remote desktop, say so explicitly and ask for access through
access.biu.ac.il.
Connecting — remote desktop
Everything happens in the browser. Nothing to install in advance, and it is identical on every operating system.
Sign in to the VPN gateway
Go to vpn.biu.ac.il and enter your Bar-Ilan username and password.
Two-factor authentication
Approve the second factor in whichever way you set up:
- A code from Microsoft Authenticator
- A phone call
- A WhatsApp message
Open the connection
The site downloads a remote desktop connection file. Open it and enter your username and password again — this time in the remote desktop window itself.
Why the password twice? — The first sign-in is to the VPN gateway, the second to the computer you are reaching. They are two separate systems.
Connecting — SSH
For command line only, usually to a Linux machine. The address is access.biu.ac.il, and it acts as a jump host.
Connect to the jump host
ssh YOURUSER@access.biu.ac.ilAnd from there continue to your machine:
ssh YOURUSER@YOUR_COMPUTER_IPOr in a single command
ssh -J YOURUSER@access.biu.ac.il YOURUSER@YOUR_COMPUTER_IPYou must request this in advance — SSH access throughaccess.biu.ac.ilis not opened automatically — ask for it explicitly in the TMR request.
Changing the registered computer
A new TMR request
Access is tied to one IP address. If you switched machines, or the IP changed, you need a new TMR request with the updated address.
Updated July 2026