Skip to content

A very small and scalable custom SSH server for only remote git repo operations with limited access and more control

Notifications You must be signed in to change notification settings

AmanTrance/Git-SSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REMOTE GIT SERVER (ONLY SSH)

Supports All Remote Git Operations

  • NOTE: CREATION BARE GIT REPO ON REMOTE SERVER NEEDS TO BE HANDLED
    BY SOME OTHER SERVICE (RECOMMENDED)
    OR MANUALLY (IF YOU JUST WANT TO TEST)

STEPS TO BUILD (for linux/amd64)

  • rustup target add x86_64-unknown-linux-musl
  • cargo build --release --target x86_64-unknown-linux-musl
  • strip ./path/to/binary (it will be available inside the target directory)

About

A very small and scalable custom SSH server for only remote git repo operations with limited access and more control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages