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