diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-04-21 16:11:22 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-04-21 16:11:22 -0400 |
commit | 96936e80886f4589a025112cff9762cbc6908f14 (patch) | |
tree | 1e0a0ff3a9bfcbf8e12cfcc85fd8a422ba1f89ab | |
parent | 49a5f86c12aab36d93f27d38e78960157fee2de2 (diff) | |
download | kvm-manager-96936e80886f4589a025112cff9762cbc6908f14.tar.gz kvm-manager-96936e80886f4589a025112cff9762cbc6908f14.tar.bz2 |
fixed README descrption of connecting to the monitor socket
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ To access the guest's serial console, do: To access the guest's KVM monitor, do: - ssh -t $GUESTNAME@host.machine socat vms/$GUESTNAME/monitor + ssh -t $GUESTNAME@host.machine socat vms/$GUESTNAME/monitor.socket STDIO HACKING |