source: trunk/packages/invirt-remote-server/files/usr/sbin/invirt-remote-vnccert @ 1402

Last change on this file since 1402 was 1402, checked in by broder, 16 years ago

Add a web vnccert remctl to invirt-remote-server

  • Property svn:executable set to *
File size: 132 bytes
Line 
1#!/bin/bash
2# Get the VNC cert for the host passed as the first argument
3
4klist -s || kinit -k
5
6exec remctl "$1" remote web vnccert
Note: See TracBrowser for help on using the repository browser.