https://github.com/zbo14/socksd
An SSH daemon for your SOCKS proxy.
https://github.com/zbo14/socksd
socks ssh ssh-server systemd-service
Last synced: 10 months ago
JSON representation
An SSH daemon for your SOCKS proxy.
- Host: GitHub
- URL: https://github.com/zbo14/socksd
- Owner: zbo14
- License: mit
- Created: 2019-05-14T18:00:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T14:44:01.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T13:13:00.318Z (over 1 year ago)
- Topics: socks, ssh, ssh-server, systemd-service
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socksd
An SSH daemon for [socksproxy](https://github.com/zbo14/socksproxy).
## Install
Clone the repo and `sudo sh install.sh`.
## Usage
`socksd` runs as a systemd service so you can use `systemctl` commands.
### Start
`sudo systemctl start socksd`
### Add public key
For `socksproxy` to successfully authenticate with `socksd`, you must add the client's public key to `/home/socksproxy/.ssh/authorized_keys`.
### Stop
`sudo systemctl stop socksd`
### View logs
`sudo journalctl -u socksd`
### Config
The config file `/etc/socksd/socksd.conf` contains the following:
```sh
## The port socksd listens on
PORT=17896
``````
## Contributing
Please do!
If you find a bug, think of an enhancement, or just have a question, feel free to [open an issue](https://github.com/zbo14/socksd/issues/new). You're also welcome to [create a pull request](https://github.com/zbo14/socksd/compare/develop...) addressing an issue. You should push your changes to a feature branch and request merge to `develop`.