summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpranomostro <pranomostro@posteo.net>2017-08-21 19:38:14 +0200
committerpranomostro <pranomostro@posteo.net>2017-08-21 19:38:14 +0200
commitacebd6fef13c0a1efda56f78bc6fc5b89ef9ba30 (patch)
tree8ee40d9698d1f6b8bf381160e3e8a305e7d55ef0 /README
parent2a46dbc2fff0b411a842e6513bde2eb520ad76e9 (diff)
Revert "Remove dysfunctional example from the manpage."
This reverts commit 2a46dbc2fff0b411a842e6513bde2eb520ad76e9.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 00e05a0..dbb8bda 100644
--- a/README
+++ b/README
@@ -135,6 +135,20 @@ Group chats do not have audio yet.
Examples
========
+SSH over TOX for the practical paranoid
+---------------------------------------
+
+On the sender side (the client):
+1) cd into the friend's directory (the server)
+2) nc -lv 1234 > file_in < file_out
+
+On the receiver side (the server):
+1) cd into the friend's directory (the client)
+2) cat < file_out | nc localhost 22 > file_in
+
+Now on the client run the following:
+ssh -o ProxyCommand="nc %h 1234" user@localhost
+
Screencasting using ffmpeg and mplayer
--------------------------------------