[Da-tools-commits] ./da-tools/userdir-ldap-turmzimmer r394: Let the authorized_keys be copied to ~sshdist/.ssh/authorized_keys-auto

Andreas Barth aba at not.so.argh.org
Sat May 17 09:38:28 UTC 2008


------------------------------------------------------------
revno: 394
committer: Andreas Barth <aba at not.so.argh.org>
branch nick: userdir-ldap-turmzimmer
timestamp: Sat 2008-05-17 09:38:28 +0000
message:
  Let the authorized_keys be copied to ~sshdist/.ssh/authorized_keys-auto
modified:
  debian/changelog
  ud-generate
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-16 18:08:07 +0000
+++ b/debian/changelog	2008-05-17 09:38:28 +0000
@@ -1,3 +1,9 @@
+userdir-ldap (10:0.3.24+turmzimmer.2) stable; urgency=low
+
+  * Let the authorized_keys be copied to ~sshdist/.ssh/authorized_keys-auto
+
+ -- Andreas Barth <aba at not.so.argh.org>  Sat, 17 May 2008 09:32:55 +0000
+
 userdir-ldap (10:0.3.24+turmzimmer.1) stable; urgency=low
 
   * Release for turmzimmer.net

=== modified file 'ud-generate'
--- a/ud-generate	2008-05-16 18:06:23 +0000
+++ b/ud-generate	2008-05-17 09:38:28 +0000
@@ -831,7 +831,8 @@
 GenPrivate(l,GlobalDir+"debian-private");
 GenDisabledAccounts(l,GlobalDir+"disabled-accounts");
 GenSSHKnown(l,GlobalDir+"ssh_known_hosts");
-GenSSHKnown(l,GlobalDir+"authorized_keys", 'authorized_keys');
+GenSSHKnown(l,GlobalDir+"authorized_keys-auto", 'authorized_keys');
+DoLink(GlobalDir,"/home/sshdist/.ssh/", 'authorized_keys-auto')
 GenHosts(l,GlobalDir+"debianhosts");
 GenMailDisable(l,GlobalDir+"mail-disable");
 GenMailBool(l,GlobalDir+"mail-greylist","mailGreylisting");



More information about the Da-tools-commits mailing list