From d8f3357df864a15218ca6f3b1302a66b91d39b87 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 20 Jun 2014 23:12:11 +0200 Subject: [PATCH] finished intro, changed all personal stuff --- intro.tex | 12 ++++++++++++ truuk.tex | 18 +++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/intro.tex b/intro.tex index c634831..dd09fb8 100644 --- a/intro.tex +++ b/intro.tex @@ -1,3 +1,15 @@ \begin{frame} \frametitle{Introductie} + \begin{block}{Wat is SSH} + \pause + \begin{enumerate} + \item remote shell + \item x forwarding + \item port forwarding + \item ... + \end{enumerate} + \end{block} + \pause + \begin{block}{Versleuteling} + \end{block} \end{frame} diff --git a/truuk.tex b/truuk.tex index 37f6ea6..9db9c09 100644 --- a/truuk.tex +++ b/truuk.tex @@ -6,7 +6,7 @@ \end{block} \pause \begin{block}{Command line vlag} - \lstinline{ssh -i ~/.ssh/keyfile user@server.nl} + \lstinline{ssh -i ~/.ssh/keyfile frobnicator@foobarbaz.nl} \end{block} \pause \begin{block}{Config file} @@ -20,14 +20,14 @@ \begin{block}{\$ ssh-keygen} \begin{lstlisting} Generating public/private rsa key pair. -Enter file in which to save the key (/home/user/.ssh/id_rsa): - /home/user/.ssh/github +Enter file in which to save the key (/home/frobnicator/.ssh/id_rsa): + /home/frobnicator/.ssh/github Enter passphrase (empty for no passphrase): Enter same passphrase again: -Your identification has been saved in /home/user/.ssh/github. -Your public key has been saved in /home/user/.ssh/github.pub. +Your identification has been saved in /home/frobnicator/.ssh/github. +Your public key has been saved in /home/frobnicator/.ssh/github.pub. The key fingerprint is: -92:92:6e:b8:3f:d5:76:e8:1b:73:ed:97:c4:e5:87:ba user@system +92:92:6e:b8:3f:d5:76:e8:1b:73:ed:97:c4:e5:87:ba frobnicator@foobarbaz The key's randomart image is: +--[ RSA 2048]----+ | | @@ -54,8 +54,8 @@ suOAErDvInRDQbl2bjR0PGizL2t5lM9zE+mS0HHigteGLKma1NxVBBeam0CrodJN BcW55x3LR/2fLSujUqcloQNwLUpD5da6eGg9yPo1fEaAOK1ssHGA30o6nmDEZEHy PFgBtPwtDw5TPXPpzslaJx1u7CdeyzqpYsUycxzboy3GBcCsvG4nzD4C9vd0yk5o jlDeECul4mwyg7NuEjltaY89RzrSa8NtqtURyg/JFQW2IVGe+oBXeTL/eQRuo1Nj -GhYyPm1VMVM+NvaYQZXxGfLpoDoP2V+deD+gP5DuC8WW4LSGnkHKhDEin0Yl mar -t@valhalla +GhYyPm1VMVM+NvaYQZXxGfLpoDoP2V+deD+gP5DuC8WW4LSGnkHKhDEin0Yl foo +@foobarbaz \end{lstlisting} \end{block} \pause @@ -120,7 +120,7 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/ \end{block} \pause \begin{block}{Command line vlag} - \lstinline{ssh -A user@system} + \lstinline{ssh -A frobnicator@foobarbaz} \end{block} \pause \begin{block}{Config file} -- 2.20.1