\begin{longtable}{|lll|}
\hline
\multicolumn{3}{|c|}{\bf Fichier /etc/pam.d/ssh}\\\hline
\endfirsthead
\hline
\multicolumn{3}{|c|}{\bf Fichier /etc/pam.d/ssh (suite)}\\\hline
\endhead
\hline
\multicolumn{3}{|c|}{\bf Suite $\ldots$}\\
\hline
\endfoot
\hline
\multicolumn{3}{|c|}{\bf Fin de /etc/pam.d/ssh}\\
\hline
\endlastfoot
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\#\# Fichier de
configuration de PAM pour l'identification des}}}\\
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\#\# utilisateurs
via `ssh'}}}\\
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# On refuse les
autres utilisateurs que root \`a se connecter lorsque}}}\\
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# /etc/nologin
existe}}}\\
auth & required & pam\_nologin.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# Authentification
standard de Unix}}}\\
auth & required & pam\_unix.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# On parcoure le
fichier /etc/environment}}}\tabularnewline 
auth & required & pam\_env.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# On autorise
seulement les utilisateurs list\'es dans}}}\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\#
/etc/sshusers-allowed \`a se connecter}}}\tabularnewline 
auth & required & pam\_listfile.so item=user sense=allow
file=/etc/sshusers-allowed onerr=fail\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# Comptes et
sessions standards sous Unix}}}\tabularnewline
account & required & pam\_unix.so\tabularnewline
session & required & pam\_unix.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# On affiche la date de derni\`ere
connexion de l'utilisateur}}}\tabularnewline
session & optional & pam\_lastlog.so\tabularnewline 
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# Puis le contenu du fichier
motd}}}\tabularnewline
session  & optional & pam\_motd.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# Enfin le contenu de la bo\^ite aux
lettres}}}\tabularnewline
session & optional & pam\_mail.so standard noenv \tabularnewline
session & required & pam\_limits.so\tabularnewline
\multicolumn{3}{|l|}{\textit{\textcolor{PineGreen}{\# Une autre
m\'ethode de v\'erification des mots de passe plus
fiable}}}\tabularnewline
password & required & pam\_cracklib.so retry=3 minlen=8 difok=3\tabularnewline
password & required & pam\_unix.so use\_authtok nullok md5
\end{longtable}
