]> git.corax.cc Git - toolbox/commit
utils/ipc-sshtunnel: Add script for establishing IPC-over-SSH tunnels
authorMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 04:41:40 +0000 (13:41 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 8 Oct 2022 04:50:53 +0000 (13:50 +0900)
commit9f7f07c0337f183d60b509c6c67ea63c6ed9f66e
tree633a8ceb26c016c3af0373d8d448733c16593fdf
parent74e9baf667dd0637363f7a5dc62b9244703ff02f
utils/ipc-sshtunnel: Add script for establishing IPC-over-SSH tunnels

This commit adds ipc-sshtunnel, a utility script for establishing a
bi-directional tunnel for IPC PubSub messages over SSH. This allows
scripts on separate machines to communicate even without a shared
file system.
Makefile
utils/ipc-sshtunnel.sh [new file with mode: 0755]