projects
/
invirt/packages/invirt-remote.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a `web vnccert` remctl to invirt-remote-server
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
invirt-remote-vnccert
1
#!/bin/bash
2
# Get the VNC cert for the host passed as the first argument
3
4
klist -s || kinit -k
5
6
exec remctl "$1" remote web vnccert