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