Merge branch 'master' of github.com:dopefishh/ssh-pres
[linuxnijmegen-ssh.git] / conf.tex
index 5233710..f37ceaf 100644 (file)
--- a/conf.tex
+++ b/conf.tex
@@ -1,4 +1,5 @@
 \begin{frame}[fragile]
+       \frametitle{Gebruikersniveau}
        \begin{lstlisting}
 Host nas
     HostName 192.168.0.102
@@ -9,16 +10,16 @@ Host github.com
     Identityfile ~/.ssh/github
 
 Host werk
-    User johndoe
-    HostName ssh.tunnel.werk.com
+    User frobnicator
+    HostName ssh.werk.nl
     ForwardX11 yes
     Port 2222
     Identityfile ~/.ssh/werk
 
 Host muziekserver
-    User gebruiker
+    User frobnicator
     HostName muziek.dyndns.com
-    IdentityFile ~/.ssh/mpi
+    IdentityFile ~/.ssh/muziek
     LocalForward 8123 localhost:8123
     AddressFamily inet
        \end{lstlisting}