summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 12:25:06 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 12:25:06 +1100
commit256fdcbec5ee70e69a89e47a360b6091a904f1a6 (patch)
tree11d9e539074e2a2a8a46a0339708ec36484ddfed
parent8b1c22b7758511461b359461926e47b093a349d3 (diff)
Moved package files to contrib/
Added FreeBSD PAM config
-rw-r--r--contrib/README18
-rw-r--r--contrib/redhat/openssh.spec (renamed from packages/redhat/openssh.spec)0
-rwxr-xr-xcontrib/redhat/sshd.init (renamed from packages/redhat/sshd.init)0
-rw-r--r--contrib/redhat/sshd.pam (renamed from packages/redhat/sshd.pam)0
-rw-r--r--contrib/sshd.pam.freebsd5
-rw-r--r--contrib/sshd.pam.generic8
-rw-r--r--contrib/suse/openssh.spec (renamed from packages/suse/openssh.spec)0
-rw-r--r--contrib/suse/rc.config.sshd (renamed from packages/suse/rc.config.sshd)0
-rw-r--r--contrib/suse/rc.sshd (renamed from packages/suse/rc.sshd)0
9 files changed, 31 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index fda244f6..f04ad153 100644
--- a/contrib/README
+++ b/contrib/README
@@ -26,6 +26,24 @@ gnome-ssh-askpass:
A GNOME passphrase requester of my own creation. Compilation instructions
are in the top of the file.
+sshd.pam.generic:
+
+A generic PAM config file which may be useful on your system. YMMV
+
+sshd.pam.freebsd
+
+A PAM config file which works with FreeBSD's PAM port. Contributed by
+Dominik Brettnacher <domi@saargate.de>
+
+redhat:
+
+RPM spec file an scripts for building Redhat packages
+
+suse:
+
+RPM spec file an scripts for building SuSE packages
+
+
Externally maintained
---------------------
diff --git a/packages/redhat/openssh.spec b/contrib/redhat/openssh.spec
index ad483540..ad483540 100644
--- a/packages/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
diff --git a/packages/redhat/sshd.init b/contrib/redhat/sshd.init
index cac91bb5..cac91bb5 100755
--- a/packages/redhat/sshd.init
+++ b/contrib/redhat/sshd.init
diff --git a/packages/redhat/sshd.pam b/contrib/redhat/sshd.pam
index 26dcb34d..26dcb34d 100644
--- a/packages/redhat/sshd.pam
+++ b/contrib/redhat/sshd.pam
diff --git a/contrib/sshd.pam.freebsd b/contrib/sshd.pam.freebsd
new file mode 100644
index 00000000..c0bc3641
--- /dev/null
+++ b/contrib/sshd.pam.freebsd
@@ -0,0 +1,5 @@
+sshd auth required pam_unix.so try_first_pass
+sshd account required pam_unix.so
+sshd password required pam_permit.so
+sshd session required pam_permit.so
+
diff --git a/contrib/sshd.pam.generic b/contrib/sshd.pam.generic
new file mode 100644
index 00000000..cf5af302
--- /dev/null
+++ b/contrib/sshd.pam.generic
@@ -0,0 +1,8 @@
+#%PAM-1.0
+auth required /lib/security/pam_unix.so shadow nodelay
+auth required /lib/security/pam_nologin.so
+account required /lib/security/pam_unix.so
+password required /lib/security/pam_cracklib.so
+password required /lib/security/pam_unix.so shadow nullok use_authtok
+session required /lib/security/pam_unix.so
+session required /lib/security/pam_limits.so
diff --git a/packages/suse/openssh.spec b/contrib/suse/openssh.spec
index ab16c40b..ab16c40b 100644
--- a/packages/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
diff --git a/packages/suse/rc.config.sshd b/contrib/suse/rc.config.sshd
index baaa7a5a..baaa7a5a 100644
--- a/packages/suse/rc.config.sshd
+++ b/contrib/suse/rc.config.sshd
diff --git a/packages/suse/rc.sshd b/contrib/suse/rc.sshd
index f7d431eb..f7d431eb 100644
--- a/packages/suse/rc.sshd
+++ b/contrib/suse/rc.sshd