An open API service indexing awesome lists of open source software.

https://github.com/praseetha-kr/sshtoggle

Tweak to start/stop SSH daemon in jailbroken iOS devices
https://github.com/praseetha-kr/sshtoggle

cydia-tweak ios-daemon ios-tweak sshd

Last synced: 6 months ago
JSON representation

Tweak to start/stop SSH daemon in jailbroken iOS devices

Awesome Lists containing this project

README

          


logo

sshtoggle


A MobileSubstrate tweak to start/stop SSH daemon


### Cydia Dependencies
1. PreferenceLoader
2. Sudo

### Install

[sshtoggle](https://cgvi.github.io/cydia-repo/depiction/in.imagineer.sshtoggle/) package is available in Cydia via [CGVI repo](https://cgvi.github.io/cydia-repo).

Once installed, SSH Toggle settings will appear in iOS Settings. You can turn OFF/ON the SSH service.

| Settings | SSH toggle |
|-----------|------------|
| ![Settings](screenshots/settings.png) | ![Settings](screenshots/settings_sshtoggle.png) |

---

### Development Setup:

#### Tools:
- [theos](https://github.com/theos/theos/wiki/Installation)

#### Initial Setup:

```
sudo ./scripts/setup.sh
```
> Setup script installs [fauxsu](https://github.com/DHowett/fauxsu) inside theos directory, this is equired to set ownership of generated `.deb` files from system user to `root:wheel`

#### build & install:

```
export THEOS_DEVICE_IP=

./scripts/install.sh
```