|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-users] xenconsole via ssh
Hi Jd,
try:
ssh -t 192.168.0.102 xm console 2
Alessio
jd sw wrote:
Hi
I am trying to get xenconsole of a dom U from a remote machine
using ssh.
ssh 192.168.0.102 /usr/lib/xen/bin/xenconsole 2
or
ssh 192.168.0.102 xm console 2
The teminal echos everything back, including the password supplied to
login to the Dom U. This behaviour becomes worse when the DomU is in
Anaconda stage. The terminal does not refresh/work properly and I get
escape chars for arrow keys echoed on.
Here is a snippet of the session
============
[root@m1 ~]# ssh 192.168.0.102 /usr/lib/xen/bin/xenconsole 2
Fedora Core release 5 (Bordeaux)
Kernel 2.6.15-1.2054_FC5xenU on an i686
XenU1 login: root
root
Password: rootpwd
Last login: Fri Jul 7 11:37:03 on tty1
[root@XenU1 ~]# ls
ls
anaconda-ks.cfg install.log install.log.syslog
[root@XenU1 ~]# echo "hello"
echo "hello"
hello
============
Now my ssh works ok when I just do ssh 192.168.0.102. I mean no echo
problem.
Any ideas, suggestions.
Thanks
/Jd
------------------------------------------------------------------------
Want to be your own boss? Learn how on Yahoo! Small Business.
<http://us.rd.yahoo.com/evt=41244/*http://smallbusiness.yahoo.com/r-index>
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|