init: a repo for access rights of workspaces of infilytics@alps

This commit is contained in:
Pallav Vasa
2025-05-17 15:01:07 +00:00
commit c7ad6d661a
4 changed files with 91 additions and 0 deletions

9
.bin/gitops Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
ssh -F /dev/null \
-o HostName=10.88.0.1 \
-o Port=22 \
-o User=infilytics \
-o IdentityFile=~/.ssh/id_ed25519 \
-o ProxyCommand=none \
gitops -- "$@"