ssh loging (was: Re: Rendering Panoramas)

Jack de Valpine wrote:
...

by specifying it to ranimate. Ssh does take a little work to set up
correctly for trusted logins (ie logins that do not require a password
which is what ranimate needs) but it is possible to do and seems to work
fine. I have done so in the past for ranimate, but it has been a while.

on a per-user basis: on local machine, generate public/privat key pair
(ssh-keygen -t rsa, optionally with empty passphrase), add public key
(~/.ssh/id_rsa.pub) to authorized key file (~/.ssh/authorized_keys) on
remote machine. Then ssh acts as direct (and enhanced) replacement for
rsh. I wouldn't recommend solely host-based authorisation since it
sabotages core ideas of public key authorisation (unless it is used
additionally to per-user auth).

-Peter

ยทยทยท

--
pab-opto, Freiburg, Germany, www.pab-opto.de