|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] SSH Console access
Jerry Amundson ha scritto:
On 11/14/06, burke@xxxxxxxxxxxxxxxxx <burke@xxxxxxxxxxxxxxxxx> wrote:
I've been playing around with this, but have yet to be successful.
I am trying to figure out how to SSH to my Dom0 IP and some static port
and then redirect the "xm console <domU>" into the SSH session. Has
anyone
been successful in doing this? Really the only option I've seen is using
"screen" on the /dev/pts/[1-x] console device, but that seems overly
complicated. I'm using Xen 3.0.3 with CentOS 4.4 Dom0 and Ubuntu,
Debian,
CentOS DomU's.
Any suggestions/examples would be appreciated.
Umm,
ssh root@dom0 "xm console domU"
??
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
Hi,
ssh -t root@dom0 "xm console domU"
Alessio
--
Alessio Curri
+39 040 375 8064
Software for Measurement Group
Experiments Division
Sincrotrone Trieste S.c.p.A.
S.S. 14 Km 163.5, in Area Science Park
34012 Basovizza - Trieste (Italy)
alessio.curri.vcf
Description: Vcard
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|