init: a repo for access rights of workspaces of infilytics@alps
This commit is contained in:
9
.bin/gitops
Executable file
9
.bin/gitops
Executable 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 -- "$@"
|
Reference in New Issue
Block a user