laatste dingen
[linuxnijmegen-ssh.git] / conf.tex
index 5233710..7d37cf4 100644 (file)
--- a/conf.tex
+++ b/conf.tex
@@ -1,4 +1,6 @@
 \begin{frame}[fragile]
+       \frametitle{Gebruikersniveau}
+       \pause
        \begin{lstlisting}
 Host nas
     HostName 192.168.0.102
@@ -9,17 +11,24 @@ 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}
 \end{frame}
+
+\begin{frame}
+       \frametitle{Systeemniveau}
+       \pause
+       /etc/ssh/ssh\_config
+\end{frame}
+