X-Git-Url: https://git.martlubbers.net/?p=linuxnijmegen-ssh.git;a=blobdiff_plain;f=conf.tex;fp=conf.tex;h=52337107aa1cbd34f3e860eaa0adbd87a75d38db;hp=0000000000000000000000000000000000000000;hb=78a2c84e5b4a753860fc40297b54ba512bc791f6;hpb=5db8d33e08513a3cc13bd55312cee42622683c17 diff --git a/conf.tex b/conf.tex new file mode 100644 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}