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
>
>
Received on Thu Jul 16 14:05:40 2009