Different files for different sections
[linuxnijmegen-ssh.git] / pres.tex
index ca66135..9a9fda6 100644 (file)
--- a/pres.tex
+++ b/pres.tex
        \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}