From: Mart Lubbers Date: Tue, 8 Jul 2014 12:50:47 +0000 (+0200) Subject: Added questions and sshd_config X-Git-Tag: 1.0~3^2 X-Git-Url: https://git.martlubbers.net/?p=linuxnijmegen-ssh.git;a=commitdiff_plain;h=045d7a2a20106057e9b1a2b7ce76c3ae174ab6b8 Added questions and sshd_config --- diff --git a/conf.tex b/conf.tex index 84b3c36..f37ceaf 100644 --- a/conf.tex +++ b/conf.tex @@ -1,4 +1,5 @@ \begin{frame}[fragile] + \frametitle{Gebruikersniveau} \begin{lstlisting} Host nas HostName 192.168.0.102 diff --git a/ext.tex b/ext.tex index b587c04..e758982 100644 --- a/ext.tex +++ b/ext.tex @@ -12,3 +12,21 @@ \frametitle{AutoSSH} Automatisch ssh verbindingen open houden \end{frame} + +\begin{frame}[fragile] + \frametitle{Even terug naar de truukjes: Hergebruik} + \begin{block}{Nut} + Snelheid en belasting netwerk\\ + Werkt ook voor scp, sftp etc... + \end{block} + \begin{block}{Command line} + \lstinline{ssh -S /path/socket.socket frobnicator@foobarbaz.com} + \end{block} + \begin{block}{Config} + \begin{lstlisting} +ControlPath /tmp/ssh-%r@%h:%p +ControlMaster auto + \end{lstlisting} + \end{block} + +\end{frame} diff --git a/img/xkcd.png b/img/xkcd.png new file mode 100644 index 0000000..28f5f29 Binary files /dev/null and b/img/xkcd.png differ diff --git a/pres.tex b/pres.tex index 65205fa..ab45b77 100644 --- a/pres.tex +++ b/pres.tex @@ -5,7 +5,10 @@ \title[SSH]{Secure Shell(SSH)} \subtitle{Meer dan alleen remote shell} -\author{Mart Lubbers} +\author{Mart Lubbers\\ +mart@martlubbers.net\\ +https://github.com/dopefishh/ssh-pres +} \date{\today} \subject{SSH} @@ -46,8 +49,9 @@ \section{Programma's die SSH gebruiken} \input{ext.tex} - \section{Samenvatting} - \input{samen.tex} - + \section{Vragen} + \begin{frame} + \frametitle{Vragen} + \includegraphics[width=\linewidth]{./img/xkcd.png} + \end{frame} \end{document} - diff --git a/server.tex b/server.tex index 16cc08a..6806116 100644 --- a/server.tex +++ b/server.tex @@ -26,6 +26,13 @@ \end{block} \pause \begin{block}{Verder} - \lstinline{man sshd_config} + \begin{enumerate} + \item PermitOpen + \item X11Forwarding + \item PermitRootLogin + \item ChrootDirectory + \item ... + \item \lstinline{$ man sshd_config} + \end{enumerate} \end{block} \end{frame} diff --git a/truuk.tex b/truuk.tex index 3535f63..bf50aca 100644 --- a/truuk.tex +++ b/truuk.tex @@ -76,6 +76,16 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/ \end{block} \end{frame} +\begin{frame}[fragile] + \frametitle{Public key authentication} + \begin{block}{\textasciitilde/.ssh/authorized\_keys} + \begin{lstlisting} +option1="option1value",option2="option2value"...optionn="optionnvalue" ssh-rsa\ +AAAB4N..... + \end{lstlisting} + \end{block} +\end{frame} + \begin{frame}[fragile] \frametitle{X forwarding} \begin{block}{Nut} @@ -167,4 +177,3 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/ \lstinline{Compression yes} \end{block} \end{frame} -