pubkey auth added
authorMart Lubbers <mart@martlubbers.net>
Wed, 11 Jun 2014 19:05:16 +0000 (21:05 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 11 Jun 2014 19:05:16 +0000 (21:05 +0200)
truuk.tex

index fb1defd..546a4ba 100644 (file)
--- a/truuk.tex
+++ b/truuk.tex
@@ -1,5 +1,17 @@
 \begin{frame}
        \frametitle{Public key authentication}
+       \pause
+       \begin{block}{Standaard key file}
+               \textasciitilde/.ssh/idrsa\\
+       \end{block}
+       \pause
+       \begin{block}{Command line vlag}
+               \lstinline{\$ ssh -i ~/.ssh/keyfile user@server.nl}
+       \end{block}
+       \pause
+       \begin{block}{Config file}
+               \lstinline{IdentityFile ~/.ssh/keyfile}
+       \end{block}
 \end{frame}
 
 \begin{frame}