https://github.com/amantrance/git-ssh
A very small and scalable custom SSH server for only remote git repo operations with limited access and more control
https://github.com/amantrance/git-ssh
git git-remote ipc linux rust ssh tokio
Last synced: 2 months ago
JSON representation
A very small and scalable custom SSH server for only remote git repo operations with limited access and more control
- Host: GitHub
- URL: https://github.com/amantrance/git-ssh
- Owner: AmanTrance
- Created: 2025-01-19T13:15:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T16:48:53.000Z (6 months ago)
- Last Synced: 2025-06-18T17:43:47.453Z (6 months ago)
- Topics: git, git-remote, ipc, linux, rust, ssh, tokio
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)