On Tue, Aug 26, 2008 at 01:52:25PM +0800, Kalan wrote: > Could someone think of a way to make hemlock's files accessible at > nightshade and vice versa? It is not convenient to hold a separate > shell window just to see the errors.
One classic solution is to set up a no-password ssh key, configured so it is only accepted for connections between toolserver.org hosts. To do this, set up the new ssh key as normal and then add from="*.toolserver.org" before 'ssh-rsa' at the beginning of the relevant line in .ssh/authorized_keys. Then you can cat or tail the log files on hemlock from processes running on nightshade. - Carl _______________________________________________ Toolserver-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/toolserver-l
