On Nov 6, 10:37am, Wei Liu wrote:
} On Fri, Nov 06, 2015 at 02:31:22AM -0800, John Nemeth wrote:
} > I would like to request that there be a way in the xen console
} > to send the escape char. The problem I faced was that I did:
} >
} > xl console
} > domU> telnet
}
} As a workaround, you
On Fri, Nov 06, 2015 at 02:31:22AM -0800, John Nemeth wrote:
> I would like to request that there be a way in the xen console
> to send the escape char. The problem I faced was that I did:
>
> xl console
> domU> telnet
As a workaround, you can try
telnet -e escapechar
?
> ...
>
>
I would like to request that there be a way in the xen console
to send the escape char. The problem I faced was that I did:
xl console
domU> telnet
...
At some point, I realised that I wanted to send Ctrl-], which is
the standard telnet escape char to the telnet command. But, of
course,