Skip to content

Commit

Permalink
Move ssh_config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Žiga Leber committed Jul 9, 2023
1 parent 4a4b7da commit 25523fa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ssh_config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 25523fa

Please sign in to comment.