From: Evan Broder Date: Wed, 29 Oct 2008 00:00:21 +0000 (-0400) Subject: Add a `remote control vnctoken` remctl for generating a VNC auth token X-Git-Tag: invirt-remote-host/0.0.3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/f7c3f820af76d0fc4d25caa836c2a03fb8f5fd7b?ds=sidebyside Add a `remote control vnctoken` remctl for generating a VNC auth token svn path=/trunk/packages/invirt-remote-host/; revision=1390 --- diff --git a/debian/changelog b/debian/changelog index 777635e..d23e4ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-remote-host (0.0.3) unstable; urgency=low + + * Add support for a `remote control vnctoken` remctl for generating a + VNC auth token + + -- Evan Broder Tue, 28 Oct 2008 19:47:22 -0400 + invirt-remote-host (0.0.2) unstable; urgency=low * sipb-database -> invirt-database diff --git a/debian/control b/debian/control index 0f8cd5d..0700a91 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Standards-Version: 3.8.0 Package: invirt-remote-host Architecture: all -Depends: ${misc:Depends}, remctl-server, invirt-console-host, python-cjson, python-yaml +Depends: ${misc:Depends}, remctl-server, invirt-console-host, + invirt-vnc-server, python-cjson, python-yaml Description: Installs the Invirt host remctl configuration This is the remctl configuration for an Invirt host. It allows any commands to be run from the Invirt remote server diff --git a/files/usr/sbin/invirt-vmcontrol b/files/usr/sbin/invirt-vmcontrol index bb3006b..520aebd 100755 --- a/files/usr/sbin/invirt-vmcontrol +++ b/files/usr/sbin/invirt-vmcontrol @@ -40,6 +40,8 @@ case "$ACTION" in list-long) xm list --long "$MACHINE" ;; + vnctoken) + invirt-vnc-authtoken "$ORIGMACHINE" *) echo "ERROR: Invalid Command" exit 34