[wiki] Migrate wiki to main repo for long-term archival

This commit is contained in:
2024-08-08 20:50:19 -04:00
parent d96de2b7b8
commit 15e54cb25b
13 changed files with 150 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
## Installation (Debian/Ubuntu)
The Debian/Ubuntu package is actively tested on Debian 12 (standard) and Ubuntu 22.04 (WSL).
_OpenSSH warning:_ Sync support requires OpenSSH >= 8.7, meaning **Debian 12 (Bookworm)** is the minimum supported version.
***
1. Download the *.deb file from the [latest tagged release of sshyp](https://github.com/rwinkhart/sshyp/releases)
^ do not download the version ending in *_termux.deb by mistake!
2. Run `sudo dpkg -i <path/to/*.deb>; sudo apt install -f`
3. sshyp is now installed - run `sshyp init` to get started!