piping added
[linuxnijmegen-ssh.git] / conf.tex
1 \begin{frame}[fragile]
2 \frametitle{Gebruikersniveau}
3 \pause
4 \begin{lstlisting}
5 Host nas
6 HostName 192.168.0.102
7 Identityfile ~/.ssh/nas
8
9 Host github.com
10 HostName github.com
11 Identityfile ~/.ssh/github
12
13 Host werk
14 User frobnicator
15 HostName ssh.werk.nl
16 ForwardX11 yes
17 Port 2222
18 Identityfile ~/.ssh/werk
19
20 Host muziekserver
21 User frobnicator
22 HostName muziek.dyndns.com
23 IdentityFile ~/.ssh/muziek
24 LocalForward 8123 localhost:8123
25 AddressFamily inet
26 \end{lstlisting}
27 \end{frame}
28
29 \begin{frame}
30 \frametitle{Systeemniveau}
31 \pause
32 /etc/ssh/ssh\_config
33 \end{frame}
34