Bug 171812 - app-backup/amanda should support ssh
Bug#: 171812 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: robbat2@gentoo.org Reported By: mstockin@gmx.net
Component: Ebuilds
URL:  http://wiki.zmanda.com/index.php?title=Server/Client_authentication&redirect=no&printable=yes
Summary: app-backup/amanda should support ssh
Keywords:  
Status Whiteboard: 
Opened: 2007-03-22 16:28 0000
Description:   Opened: 2007-03-22 16:28 0000
Amanda should support ssh-security in addition to the default bsd-security.
Please add the configure options "--with-ssh-security --with-bsd-security
--with-amandahosts" in the amanda ebuild. Perhaps selectable by a USE-Flag.
I think if you add "--with-ssh-security" only, the default bsd-security does
not work any more.


Reproducible: Always




I tested the suggested configure options with the latest ebuild
app-backup/amanda-2.5.1_p3-r2 and it worked.

------- Comment #1 From Robin Johnson 2007-04-01 20:07:37 0000 -------
sgw: will adding "--with-ssh-security" really break it? any ways to not break
it? other changes to include at the same time?

------- Comment #2 From Stefan G. Weichinger 2007-04-02 16:22:29 0000 -------
According to Jean-Louis Martineau, the main maintainer of amanda,
"--with-ssh-security" should not break "--with-bsd-security" unless one
configures "--without-bsd-security".
"--with-bsd-security" is the default and not needed explicitly, additional
security mechanisms can be added as needed.
So we could add separate USE-flags for the diverse mechanisms, although this
leads to quite a big number of flags.
I don't have ideas for any additional changes to add at the same time, although
I might come up with some while doing the new ebuild.

------- Comment #3 From Stefan G. Weichinger 2007-04-02 19:00:34 0000 -------
I think it would be comfortable to create the ssh-key on the fly et cetera. I
am looking into that ...

------- Comment #4 From Stefan G. Weichinger 2007-04-02 21:57:30 0000 -------
ebuild with ssh-security up and running with one server and one client, took a
few additional steps (permissions) to get that running, seems related to the
environment due to the former /etc/env.d/ ... Looking forward ...

------- Comment #5 From Robin Johnson 2007-04-07 03:30:55 0000 -------
Patch from Stefan is now in the tree.
Users are still responsible for setting up their own SSH keys etc.