pdflatex pres.tex
 
 clean:
-       rm -vf pres.{aux,dvi,log,nav,out,snm,toc}
+       rm -vf pres.{aux,dvi,log,nav,out,snm,toc,vrb}
 
 cleanall: clean
        rm -vf pres.pdf
 
--- /dev/null
+\begin{frame}[fragile]
+       \begin{lstlisting}
+Host nas
+    HostName 192.168.0.102
+    Identityfile ~/.ssh/nas
+
+Host github.com
+    HostName github.com
+    Identityfile ~/.ssh/github
+
+Host werk
+    User johndoe
+    HostName ssh.tunnel.werk.com
+    ForwardX11 yes
+    Port 2222
+    Identityfile ~/.ssh/werk
+
+Host muziekserver
+    User gebruiker
+    HostName muziek.dyndns.com
+    IdentityFile ~/.ssh/mpi
+    LocalForward 8123 localhost:8123
+    AddressFamily inet
+       \end{lstlisting}
+\end{frame}
 
--- /dev/null
+\begin{frame}
+       \frametitle{Introductie}
+\end{frame}
 
        \end{frame}
 
        \section{Introductie}
-       \begin{frame}
-               \frametitle{Introductie}
-       \end{frame}
+       \input{intro.tex}
 
        \section{SSH server}
-
-       \section{SSH config}
-       \begin{frame}[fragile]
-               \begin{lstlisting}
-mart@valhalla:~$ ls -l ~/.ssh/config 
--rw------- 1 user user 300 Jun  2 22:08 /home/user/.ssh/config
-user@valhalla:~$ cat ~/.ssh/config 
-Host ygdrassil
-    HostName 192.168.0.102
-    Identityfile ~/.ssh/nas
-
-Host github.com
-    HostName github.com
-    Identityfile ~/.ssh/github
-
-Host werk
-    User johndoe
-    HostName ssh.tunnel.werk.com
-    ForwardX11 yes
-    Port 2222
-    Identityfile ~/.ssh/werk
-
-Host muziekserver
-    User gebruiker
-    HostName muziek.dyndns.com
-    IdentityFile ~/.ssh/mpi
-    LocalForward 8123 localhost:8123
-    AddressFamily inet
-               \end{lstlisting}
-       \end{frame}
+       \input{server.tex}
 
        \section{Handige truukjes}
+       \input{truuk.tex}
+
+       \section{SSH config}
+       \input{conf.tex}
 
        \section{Programma's die SSH gebruiken}
+       \input{ext.tex}
 
        \section{Samenvatting}
+       \input{samen.tex}
 
 \end{document}
 
 
--- /dev/null
+\begin{frame}
+       \frametitle{Public key authentication}
+\end{frame}
+
+\begin{frame}
+       \frametitle{X forwarding}
+\end{frame}
+
+\begin{frame}
+       \frametitle{Port forwarding}
+\end{frame}
+
+\begin{frame}
+       \frametitle{Agent forwarding}
+\end{frame}
+
+\begin{frame}
+       \frametitle{SOCKS proxy}
+\end{frame}