Different files for different sections
[linuxnijmegen-ssh.git] / conf.tex
diff --git a/conf.tex b/conf.tex
new file mode 100644 (file)
index 0000000..5233710
--- /dev/null
+++ b/conf.tex
@@ -0,0 +1,25 @@
+\begin{frame}[fragile]
+       \begin{lstlisting}
+Host nas
+    HostName 192.168.0.102
+    Identityfile ~/.ssh/nas
+
+Host github.com
+    HostName github.com
+    Identityfile ~/.ssh/github
+
+Host werk
+    User johndoe
+    HostName ssh.tunnel.werk.com
+    ForwardX11 yes
+    Port 2222
+    Identityfile ~/.ssh/werk
+
+Host muziekserver
+    User gebruiker
+    HostName muziek.dyndns.com
+    IdentityFile ~/.ssh/mpi
+    LocalForward 8123 localhost:8123
+    AddressFamily inet
+       \end{lstlisting}
+\end{frame}