From c45494ecff8405762b4ddfb19e31a9d890373708 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 11 Jun 2014 21:05:16 +0200 Subject: [PATCH] pubkey auth added --- truuk.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/truuk.tex b/truuk.tex index fb1defd..546a4ba 100644 --- 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} -- 2.20.1