syoi-access is a CLI tool to access internal services of syoi.org. It serves as a proxy to internal services. For example, it can proxy SSH connections to a specific instance of code.syoi.org.
The appliation is a single binary file. You may use those compiled in the Release page if the matches your operating system and architecture.
You may use the go install command to download, compile and install the application.
go install github.com/syoi-org/syoi-access@latestPlease get the hostname of your SSH hostname from your network administrator. It
should be something like alice.ssh.syoi.org. Append the following to your SSH
config ~/.ssh/config.
Host alice.ssh.syoi.org
ProxyCommand syoi-access ssh --hostname %h