This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 1800bd15c0d58e5efa8f6254e3ffe40a3e06af21 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 19 13:37:02 2014 +0100 update x2gobroker-testagent man page --- man/man8/x2gobroker-testagent.8 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/man8/x2gobroker-testagent.8 b/man/man8/x2gobroker-testagent.8 index 4f772fc..39589b0 100644 --- a/man/man8/x2gobroker-testagent.8 +++ b/man/man8/x2gobroker-testagent.8 @@ -63,6 +63,23 @@ Hostname to connect to via SSH for running remote broker agent test commands. .TP \*(T<\fB\-p PORT, \-\-port PORT\fR\*(T> The TCP/IP port that the remote system's SSH daemon listens on (default: 22). +.SH SUPPLIMENTARY OPTIONS +For some tasks, you have to provide additional parameters. +.TP +\*(T<\fB\-A, \-\-add-to-known-hosts\fR\*(T> +When connecting to a remote broker agent via SSH, add the broker agent machine's SSH +host key to the list of known hosts (normally \fI/var/lib/x2gobroker/.ssh/known_hosts\fR). + +This has to be done once per broker agent machine, that the X2Go Session Broker is supposed to connect +to. +.TP +\*(T<\fB\-\-session-id SESSION_ID\fR\*(T> +When testing the 'suspendsession' or the 'terminatesession' task, you have to additionally +give a session ID to test those tasks on. +.TP +\*(T<\fB\-\-pubkey PUBKEY_AS_STRING\fR\*(T> +Use your own provided SSH public key when testing the 'addauthkey' and the 'delauthkey' tasks. + .SH MISC OPTIONS \fBx2gobroker-testagent\fR also accepts the following miscellaneous options: .TP -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git