X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=pres.tex;h=ab45b7768bf37793f7d1c89bdfd247151a236f6d;hb=e089f81414c5d661914480e8ec0de354b1b93b33;hp=ca66135bda2dd1b37544a7175024aca9199306d3;hpb=5db8d33e08513a3cc13bd55312cee42622683c17;p=linuxnijmegen-ssh.git diff --git a/pres.tex b/pres.tex index ca66135..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} @@ -18,13 +21,10 @@ } \lstset{ - basicstyle=\footnotesize, + basicstyle=\tiny, breakatwhitespace=false, breaklines=true, - frame=L, keepspaces=true, - numbers=left, - numberstyle=\tiny, tabsize=2 } @@ -35,47 +35,23 @@ \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{Programma's die SSH gebruiken} + \section{SSH config} + \input{conf.tex} - \section{Samenvatting} + \section{Programma's die SSH gebruiken} + \input{ext.tex} + \section{Vragen} + \begin{frame} + \frametitle{Vragen} + \includegraphics[width=\linewidth]{./img/xkcd.png} + \end{frame} \end{document} -