Cluster Offsite Access: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


As of late 2026, the majority of DAQ and PSD experimental hosts will be moved fully behind the  
As of late 2026, the majority of DAQ and PSD experimental hosts will be moved fully behind the  
TRIUMF firewall.  After this change it will no longer be possibly to directly access these hosts with HTTPS or SSH.
TRIUMF firewall.  After hosts are moved behind the firewall it will no longer be possibly to  
directly access these hosts with HTTPS or SSH.


Access will be possible via VPN.  If you have TRIUMF VPN client running you will be able to access the hosts via HTTPS or SSH as normal.
Access will be possible via VPN.  If you have TRIUMF VPN client running you will be able to access the hosts via HTTPS or SSH as normal.
Line 21: Line 22:
on it you will be redirected to the DAQ main page.  It will take a little while to get used to the proxy URL mangling.
on it you will be redirected to the DAQ main page.  It will take a little while to get used to the proxy URL mangling.


Here's some examples of the  
Here's some examples of the URL mangling
 
1)
https://mpmt-daq03.triumf.ca/


* https://daq00.triumf.ca/DaqWiki/index.php/Main_Page
becomes
becomes
https://vpn.triumf.ca/DaqWiki/index.php/,DanaInfo=daq00.triumf.ca,SSL+Main_Page


I think that so far I find that ELOG pages work okay through this proxy. So I find I can also login to this same elog  
https://vpn.triumf.ca/,DanaInfo=mpmt-daq03.triumf.ca,SSL+
through this link
 
2)
https://ucnelog.triumf.ca/elog/
 
becomes
 
https://vpn.triumf.ca/elog/,DanaInfo=ucnelog.triumf.ca,SSL+
 
3)
https://daq00.triumf.ca/DaqWiki/index.php/Main_Page


https://daq00.triumf.ca/elog-daq/DAS/
becomes


I will go ahead and also post this elog through the proxy; I think that works too.
https://vpn.triumf.ca/DaqWiki/index.php/,DanaInfo=daq00.triumf.ca,SSL+Main_Page


But it would be good if others confirm that more complicated webpages work through the proxy.
=== ssh jump host ===
______________


ssh jump host
TRIUMF has a temporary jump host called hoop.triumf.ca.  Once you have it setup you can from outside TRIUMF do the following to login to an internal TRIUMF host like tucan01.ucn.triumf.ca.  For instance you can do


Kelvin has a jump host called hoop.triumf.ca.  Once you have it setup you can from outside TRIUMF do the following to login
<pre>
to an internal TRIUMF host like tucan01.ucn.triumf.ca
ssh -J hoop.triumf.ca ucn@tucan01.ucn.triumf.ca
</pre>


lindner@polybius 2026 % ssh -J hoop.triumf.ca ucn@tucan01.ucn.triumf.ca
You are not allowed to actually ssh to just hoop; you can only access hoop to jump somewhere else.
Last login: Mon Sep 14 16:34:42 2026 from 142.90.98.252
ucn@tucan01:~$


Couple notes:
Contact a DAQ group member if you need access to the jump host.


1) You are not allowed to actually ssh to just hoop; you can only access it to jump somewhere else.
'''This jump host is just a temporary solution. In the longer term a different solution will be provided.'''

Latest revision as of 18:20, 15 September 2026

Instructions for off-site HTTPS and SSH access

As of late 2026, the majority of DAQ and PSD experimental hosts will be moved fully behind the TRIUMF firewall. After hosts are moved behind the firewall it will no longer be possibly to directly access these hosts with HTTPS or SSH.

Access will be possible via VPN. If you have TRIUMF VPN client running you will be able to access the hosts via HTTPS or SSH as normal.

There are also a couple other options for accessing TRIUMF hosts from offsite.

HTTPS proxy

The https proxy is provided by Ivanti, who also provide the VPN client.

To use the proxy you first go to

https://vpn.triumf.ca/

You will be asked to login using your two-factor TRIDENT authentication. There is a window in your browser that shows that you are logged in.

Once you login you will get a page with some bookmarked hosts. This will include the daq00 DAQ webpage. If you click on it you will be redirected to the DAQ main page. It will take a little while to get used to the proxy URL mangling.

Here's some examples of the URL mangling

1) https://mpmt-daq03.triumf.ca/

becomes

https://vpn.triumf.ca/,DanaInfo=mpmt-daq03.triumf.ca,SSL+

2) https://ucnelog.triumf.ca/elog/

becomes

https://vpn.triumf.ca/elog/,DanaInfo=ucnelog.triumf.ca,SSL+

3) https://daq00.triumf.ca/DaqWiki/index.php/Main_Page

becomes

https://vpn.triumf.ca/DaqWiki/index.php/,DanaInfo=daq00.triumf.ca,SSL+Main_Page

ssh jump host

TRIUMF has a temporary jump host called hoop.triumf.ca. Once you have it setup you can from outside TRIUMF do the following to login to an internal TRIUMF host like tucan01.ucn.triumf.ca. For instance you can do

ssh -J hoop.triumf.ca ucn@tucan01.ucn.triumf.ca

You are not allowed to actually ssh to just hoop; you can only access hoop to jump somewhere else.

Contact a DAQ group member if you need access to the jump host.

This jump host is just a temporary solution. In the longer term a different solution will be provided.