5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-05 09:17:56 +03:00
spiceterm/README

25 lines
557 B
Plaintext
Raw Normal View History

2013-10-11 16:24:15 +04:00
spiceterm is a full featured terminal emulator and exports the display
using the SPICE protocol.
Features:
* xterm/linux compatible
* cut and paste (vdagent)
* screen resize (vdagent)
Example usage:
By default we start a simple shell (/bin/sh)
# ./spiceterm & remote-viewer spice://localhost:5912
You can also specify the program to execute, for example a login screen
# ./spiceterm -c /bin/login & remote-viewer spice://localhost:5912
Or enter a OpenVZ container console
# ./spiceterm -c vzctl enter 100 & remote-viewer spice://localhost:5912