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
- Host: GitHub
- URL: https://github.com/praseetha-kr/sshtoggle
- Owner: Praseetha-KR
- License: mit
- Created: 2019-10-05T07:41:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T15:21:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T15:51:04.948Z (8 months ago)
- Topics: cydia-tweak, ios-daemon, ios-tweak, sshd
- Language: Objective-C
- Homepage: https://cgvi.github.io/cydia-repo/depiction/in.imagineer.sshtoggle/
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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 |
|-----------|------------|
|  |  |---
### 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
```