diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..3eec6b7 --- /dev/null +++ b/ssh_config @@ -0,0 +1,17 @@ +Host bastion + User root + HostName bastion.lpm.feri.um.si + +Host green + User root + HostName green.lpm.feri.um.si + +Host *.l + User root + HostName %h + ProxyJump bastion@bastion + +Host builder grades spum-platform spum-mqtt spum-docker-registry ps esp usatour prometheus bioma gb ears collab + User root + HostName %h + ProxyJump bastion