|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] SSH Console access
Hi,
I do it with a dedicated user per vm.
a seperate sshd on a highport allows login only for the vm-users.
then I added "sudo /usr/sbin/xm console vmname" to sudoers for this user and
then simply put
sudo /usr/sbin/xm console VM-Frank
exit
into .bashrc
so on login the console gets started automatically and on termination of the
console-session it exits properly.
sure there are better ways to do this (perhaps a more secure way), but it works
for me
Holger
Am Dienstag, 14. November 2006 19:23 schrieb burke@xxxxxxxxxxxxxxxxx:
> 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.
>
> Thanks,
> Ryan
>
> _______________________________________________
> 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
|
|
|
|
|