summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fda244f6d..f04ad1530 100644
--- a/contrib/README
+++ b/contrib/README
@@ -26,6 +26,24 @@ gnome-ssh-askpass:
26A GNOME passphrase requester of my own creation. Compilation instructions 26A GNOME passphrase requester of my own creation. Compilation instructions
27are in the top of the file. 27are in the top of the file.
28 28
29sshd.pam.generic:
30
31A generic PAM config file which may be useful on your system. YMMV
32
33sshd.pam.freebsd
34
35A PAM config file which works with FreeBSD's PAM port. Contributed by
36Dominik Brettnacher <domi@saargate.de>
37
38redhat:
39
40RPM spec file an scripts for building Redhat packages
41
42suse:
43
44RPM spec file an scripts for building SuSE packages
45
46
29Externally maintained 47Externally maintained
30--------------------- 48---------------------
31 49
diff --git a/packages/redhat/openssh.spec b/contrib/redhat/openssh.spec
index ad4835403..ad4835403 100644
--- a/packages/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
diff --git a/packages/redhat/sshd.init b/contrib/redhat/sshd.init
index cac91bb51..cac91bb51 100755
--- a/packages/redhat/sshd.init
+++ b/contrib/redhat/sshd.init
diff --git a/packages/redhat/sshd.pam b/contrib/redhat/sshd.pam
index 26dcb34d9..26dcb34d9 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 000000000..c0bc36410
--- /dev/null
+++ b/contrib/sshd.pam.freebsd
@@ -0,0 +1,5 @@
1sshd auth required pam_unix.so try_first_pass
2sshd account required pam_unix.so
3sshd password required pam_permit.so
4sshd session required pam_permit.so
5
diff --git a/contrib/sshd.pam.generic b/contrib/sshd.pam.generic
new file mode 100644
index 000000000..cf5af3024
--- /dev/null
+++ b/contrib/sshd.pam.generic
@@ -0,0 +1,8 @@
1#%PAM-1.0
2auth required /lib/security/pam_unix.so shadow nodelay
3auth required /lib/security/pam_nologin.so
4account required /lib/security/pam_unix.so
5password required /lib/security/pam_cracklib.so
6password required /lib/security/pam_unix.so shadow nullok use_authtok
7session required /lib/security/pam_unix.so
8session required /lib/security/pam_limits.so
diff --git a/packages/suse/openssh.spec b/contrib/suse/openssh.spec
index ab16c40ba..ab16c40ba 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 baaa7a5a1..baaa7a5a1 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 f7d431ebb..f7d431ebb 100644
--- a/packages/suse/rc.sshd
+++ b/contrib/suse/rc.sshd