https://github.com/nolim1t/actions
My random collection of github actions - SSH over TOR and SCP over TOR
https://github.com/nolim1t/actions
github-actions tor tor-network tor-scp workflows
Last synced: 9 months ago
JSON representation
My random collection of github actions - SSH over TOR and SCP over TOR
- Host: GitHub
- URL: https://github.com/nolim1t/actions
- Owner: nolim1t
- License: apache-2.0
- Created: 2019-11-02T12:50:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T14:21:47.000Z (about 4 years ago)
- Last Synced: 2025-03-26T08:06:18.945Z (about 1 year ago)
- Topics: github-actions, tor, tor-network, tor-scp, workflows
- Language: Shell
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Authored Github Actions
Here are some github actions that I've authored. Hope you find them useful.
If you have any issues, feel free to report them [here](https://github.com/nolim1t/actions/issues/new)
## Action List
You can see that the actions are working properly, by checking out [the following link](https://github.com/nolim1t/actions/actions?query=workflow%3A%22Check+that+nlcnx%2Ai5y4.onion+is+online+every+half+day+using+the+torssh+action%22), which makes use of both SSH and SCP actions over TOR.
### TOR Utilities
As I have a few hidden services, I need a way of deploying to them from a git repo. Thanks to github actions this is possible.
* [***torscp***](https://github.com/nolim1t/actions/tree/master/torscp) - Action Name: ***nolim1t/actions/torscp@0.2.0*** (takes 3 variables: PRIVATE_KEY, SRC, DEST)
* [**torssh**](https://github.com/nolim1t/actions/tree/master/torssh) - SSH command over tor! Action name ***nolim1t/actions/torssh@0.2.0***. Takes PRIVATE_KEY, USERHOST, and CMD variables.