Error in commit! [Re: [Pkg-octave-devel] Include MPITB in "Other interesting Octave stuff"?]
Rafael Laboissiere
Rafael Laboissiere <rafael@debian.org>
Wed, 13 Apr 2005 09:40:24 +0200
* Rafa Rodriguez Galvan <rafael.rodriguez@uca.es> [2005-04-12 22:40]:
> Well, the problem is not completely fixed, though I got less error
> messages, the result continues being a corrupted web page.
After exchanging some private message, Rafael and me found the source of
the problem. The trunk/www/Makefile is working correctly, but developers
updating the web page should run "make clean" when things go wrong.
> > An aside note: you should consider using ssh-add to avoid typing the
> > ssh passphrase every time.
>
> A good advice, thanks. As you can see it hasn't still worked for me,
> I'm reading more carefully the documentation and hope the next time
> it works.
ssh-add should be used in conjunction with ssh-agent. As the last line
in my ~/.xsession, I have:
ssh-agent /usr/bin/wmaker
Then, in the first xterm opened during my X session, I run ssh-add, give
my passphrase, and then all subsequent ssh transactions are done without
asking the passphrase. Of course, you should run ssh-keygen once to
obtain a DSA key.
--
Rafael