docs: add SSH access details to README

This commit is contained in:
Rootiest 2026-01-16 12:11:12 -05:00
parent e869432e23
commit 56413f9c08
Signed by: rootiest
GPG Key ID: 623CE33E5CF323D5

View File

@ -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