Compare commits

..

3 Commits

Author SHA1 Message Date
0c6fdc9183 Add hut SSH configuration from outside SSF LAN 2025-06-03 18:06:16 +02:00
e813c811ac Don't use proxy in base preset 2025-06-03 18:05:41 +02:00
da20987f99 Add tent machine from xeon04
We moved the tent machine to the server room in the BSC building and is
now directly connected to the raccoon via NAT.

Fixes: #106
2025-06-03 18:05:34 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@
bsc2218 = { bsc2218 = {
raccoon = { board="W2600CR"; sn="QSIP22500829"; contact="rodrigo.arias@bsc.es"; }; raccoon = { board="W2600CR"; sn="QSIP22500829"; contact="rodrigo.arias@bsc.es"; };
xeon04 = { label="SSF-XEON04"; board="S2600WTTR"; sn="BQWL64751229"; contact="rodrigo.arias@bsc.es"; }; tent = { label="SSF-XEON04"; board="S2600WTTR"; sn="BQWL64751229"; contact="rodrigo.arias@bsc.es"; };
}; };
upc = { upc = {

View File

@ -2,7 +2,6 @@
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host ssfhead Host ssfhead
HostName ssflogin.bsc.es HostName ssflogin.bsc.es
User rarias
Host hut Host hut
ProxyJump ssfhead ProxyJump ssfhead
HostName xeon07 HostName xeon07