repositories
/
linuxnijmegen-ssh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a2c84
)
pubkey auth added
author
Mart Lubbers
<mart@martlubbers.net>
Wed, 11 Jun 2014 19:05:16 +0000
(21:05 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Wed, 11 Jun 2014 19:05:16 +0000
(21:05 +0200)
truuk.tex
patch
|
blob
|
history
diff --git
a/truuk.tex
b/truuk.tex
index
fb1defd
..
546a4ba
100644
(file)
--- a/
truuk.tex
+++ b/
truuk.tex
@@
-1,5
+1,17
@@
\begin{frame}
\frametitle{Public key authentication}
+ \pause
+ \begin{block}{Standaard key file}
+ \textasciitilde/.ssh/idrsa\\
+ \end{block}
+ \pause
+ \begin{block}{Command line vlag}
+ \lstinline{\$ ssh -i ~/.ssh/keyfile user@server.nl}
+ \end{block}
+ \pause
+ \begin{block}{Config file}
+ \lstinline{IdentityFile ~/.ssh/keyfile}
+ \end{block}
\end{frame}
\begin{frame}