frobnicating fixes en compression toegevoegd
authorMart Lubbers <mart@martlubbers.net>
Fri, 20 Jun 2014 21:27:13 +0000 (23:27 +0200)
committerMart Lubbers <mart@martlubbers.net>
Fri, 20 Jun 2014 21:27:13 +0000 (23:27 +0200)
conf.tex
ext.tex
truuk.tex

index 5233710..84b3c36 100644 (file)
--- a/conf.tex
+++ b/conf.tex
@@ -9,16 +9,16 @@ Host github.com
     Identityfile ~/.ssh/github
 
 Host werk
-    User johndoe
-    HostName ssh.tunnel.werk.com
+    User frobnicator
+    HostName ssh.werk.nl
     ForwardX11 yes
     Port 2222
     Identityfile ~/.ssh/werk
 
 Host muziekserver
-    User gebruiker
+    User frobnicator
     HostName muziek.dyndns.com
-    IdentityFile ~/.ssh/mpi
+    IdentityFile ~/.ssh/muziek
     LocalForward 8123 localhost:8123
     AddressFamily inet
        \end{lstlisting}
diff --git a/ext.tex b/ext.tex
index e69de29..b587c04 100644 (file)
--- a/ext.tex
+++ b/ext.tex
@@ -0,0 +1,14 @@
+\begin{frame}
+       \frametitle{SCP/FISH/SFTP}
+       Bestanden verplaatsen
+\end{frame}
+
+\begin{frame}
+       \frametitle{SSHFS}
+       Remote file systemen mounten
+\end{frame}
+
+\begin{frame}
+       \frametitle{AutoSSH}
+       Automatisch ssh verbindingen open houden
+\end{frame}
index 9db9c09..3535f63 100644 (file)
--- a/truuk.tex
+++ b/truuk.tex
@@ -6,7 +6,7 @@
        \end{block}
        \pause
        \begin{block}{Command line vlag}
-               \lstinline{ssh -i ~/.ssh/keyfile frobnicator@foobarbaz.nl}
+               \lstinline{ssh -i ~/.ssh/keyfile frobnicator@foobarbaz.com}
        \end{block}
        \pause
        \begin{block}{Config file}
@@ -84,7 +84,7 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/
        \end{block}
        \pause
        \begin{block}{Command line vlag}
-               \lstinline{ssh -X user@server.nl}
+               \lstinline{ssh -X frobnicator@foobarbaz.com}
        \end{block}
        \pause
        \begin{block}{Config file}
@@ -103,8 +103,8 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/
        \end{block}
        \pause
        \begin{block}{Command line vlag}
-               \lstinline{ssh -L port:host:hostport}\\
-               \lstinline{ssh -R port:host:hostport}
+               \lstinline{ssh -L port:host:hostport frobnicator@foobarbaz.com}\\
+               \lstinline{ssh -R port:host:hostport frobnicator@foobarbaz.com}
        \end{block}
        \pause
        \begin{block}{Config file}
@@ -120,7 +120,7 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/
        \end{block}
        \pause
        \begin{block}{Command line vlag}
-               \lstinline{ssh -A frobnicator@foobarbaz}
+               \lstinline{ssh -A frobnicator@foobarbaz.com}
        \end{block}
        \pause
        \begin{block}{Config file}
@@ -135,7 +135,7 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/
        \end{block}
        \pause
        \begin{block}{Command line vlag}
-               \lstinline{ssh -D port}
+               \lstinline{ssh -D port frobnicator@foobarbaz.com}
        \end{block}
        \pause
        \begin{block}{Config file}
@@ -152,3 +152,19 @@ d5DgKnWxgJPHnDjmwqTeX3A5S34m/qJKK67IF9WqedeHxeMKzMZYcZpcsFxdvHk/
        Edit - Preferences - Advanced - Network - Settings
        \includegraphics[width=200px]{./img/firefox_socks.png}
 \end{frame}
+
+\begin{frame}[fragile]
+       \frametitle{Compression}
+       \begin{block}{Nut}
+               Snelheid
+       \end{block}
+       \pause
+       \begin{block}{Command line vlag}
+               \lstinline{ssh -C frobnicator@foobarbaz.com}
+       \end{block}
+       \pause
+       \begin{block}{Config file}
+               \lstinline{Compression yes}
+       \end{block}
+\end{frame}
+