Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

syoi-org/syoi-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syoi-access

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.

Installation

Binary Distribution

The appliation is a single binary file. You may use those compiled in the Release page if the matches your operating system and architecture.

Go install

You may use the go install command to download, compile and install the application.

go install github.com/syoi-org/syoi-access@latest

Getting Started

Setting up SSH access

Please 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

About

CLI Tool for accessing SSH service in code.syoi.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors