On Tue, May 09, 2006 at 12:33:57PM +0200, Murray Cumming wrote: > I think I've used this in scratchbox before, but now I get: > > [sbox-SDK_maemo_686: ~] > ssh-add > Could not open a connection to your authentication agent. > > I'm using scratchbox 1.0.5 from the scratchbox debian repository.
As of Apophis r3, the environment is cleaned on login by default. -You can keep the current environment using -k switch in login. -or you can give environment for the login with -e switch (see login --help for details) -Or you can pass the ssh authentication socket explicitly in commandline: $ /scratchbox/login env SSH_AUTH_SOCK=$SSH_AUTH_SOCK bash -l -- Toni Timonen 040-5111863,GPG 0x7984A4FD _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
