From 56413f9c088698dea3395bceb74fc50220f4f5b4 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 16 Jan 2026 12:11:12 -0500 Subject: [PATCH] docs: add SSH access details to README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c4b4e2..88b8af9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,16 @@ If you want to test the performance or workflow of this instance, you can use th git clone https://git.rootiest.dev/rootiest/welcome.git rootiest-git-welcome ``` +## SSH Access (Port 2223) + +For users who prefer SSH, the server is accessible on port `2223`. + +### Clone this repository via SSH + +```bash +git clone ssh://git@git.rootiest.dev:2223/rootiest/welcome.git rootiest-git-welcome +``` + ### Check remote connectivity ```bash @@ -77,9 +87,6 @@ git remote -v git pull origin main ``` -> [!NOTE] -> For this instance, we currently utilize HTTPS for all Git operations to ensure maximum compatibility and ease of use. - --- ## 📬 Contact & Links