aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <mricon@kernel.org>2012-02-10 11:31:04 -0500
committerKonstantin Ryabitsev <mricon@kernel.org>2012-02-10 11:31:04 -0500
commit714871084f1ce0bd646b2298d15c0a7db9f0b0a4 (patch)
tree722ac04177c0c6d9abcedd42022a5037f46fba35
parent0af73b67e02e80a4e2d50f16a7907378c1c28c95 (diff)
downloadkup-714871084f1ce0bd646b2298d15c0a7db9f0b0a4.tar.gz
Elaborate on -b behaviour.
-rw-r--r--kup.112
1 files changed, 10 insertions, 2 deletions
diff --git a/kup.1 b/kup.1
index ba8e3da..a731a33 100644
--- a/kup.1
+++ b/kup.1
@@ -33,8 +33,16 @@ has to generate the content locally and sign it.
Instead of connecting to a remote host, output the protocol content to
standard output. The output from an arbitrary number of
.B kup
-invocations can be concatenated and then sent to the server as a single
-session.
+invocations can be concatenated into a single batchfile and then sent
+to the server as a single session, e.g.:
+.PP
+.RS
+.RS
+.nf
+cat batchfile | ssh -a -x -k -T [user@]host
+.fi
+.RE
+.RE
.TP
\fB\-e\fP, \fB\-\-rsh, \fB\-\-ssh\fP \fIcommand\fP
Override the default command used to connect to the server. The