This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 8a1c4c5 Support adding remote broker agent's host keys via the x2gobroker-testagent tool. new d31a235 improve help strings (x2gobroker-testagent) new 1800bd1 update x2gobroker-testagent man page The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: man/man8/x2gobroker-testagent.8 | 17 +++++++++++++++++ sbin/x2gobroker-testagent | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit d31a2354598f9452c110200f3c1e6b77169520b2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 19 13:36:53 2014 +0100 improve help strings (x2gobroker-testagent) --- sbin/x2gobroker-testagent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index f73bb0b..d744a1a 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -60,8 +60,8 @@ if __name__ == "__main__": ] supplementary_options = [ {'args':['-A', '--add-to-known-hosts'], 'default': False, 'action': 'store_true', 'help': 'For SSH connections to a remote broker agent: permanently add the remote system\'s host key to the list of known hosts', }, - {'args':['--session-id'], 'default': None, 'help': 'when testing the \'suspendsession\' or the \'terminatesession\' task, you have to additionally give a session ID to test the tasks on', }, - {'args':['--pubkey'], 'default': None, 'help': 'use this public key when testing the \'addauthkey\' and the \'delauthkey\' task', }, + {'args':['--session-id'], 'default': None, 'help': 'when testing the \'suspendsession\' or the \'terminatesession\' task, you have to additionally give a session ID to test those tasks on', }, + {'args':['--pubkey'], 'default': None, 'metavar': 'PUBKEY_AS_STRING', 'help': 'use this public key when testing the \'addauthkey\' and the \'delauthkey\' tasks', }, ] misc_options = [ {'args':['-C','--config-file'], 'default': None, 'metavar': 'CONFIG_FILE', 'help': 'Specify a special configuration file name, default is: {default}'.format(default=x2gobroker.defaults.X2GOBROKER_CONFIG), }, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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