Subject: Re: [vserver] util-vserver & cpuset bug ?
From: "Michael S. Zick" <mszick@morethan.org>
Date: Thu, 16 Jul 2009 08:05:14 -0500

On Thu July 16 2009, Ed W wrote:
> I would be interested to hear from anyone who has written somescripts or 
> has implemented stuff around the whole "ssh gateway" idea which makes it 
> simpler to operate?
> 

???
Use public key authentication - just file your public key with the ~/.ssh
known_keys file in the context you want to talk to - no login prompt.

If you are using the same username on all machines, replace:
chroot /var/vservers/gen2-32 (or your: vserver gen2-32 enter)
with
ssh gen2-32
in any scripts.

How simple do you want it?
Mike

> I can find a few pointers on ideas about how it could be done with a few 
> scripts to hide the double login, but not really heard of anyone using 
> it in anger?
> 
> Thanks
> 
> Ed W
> 
>