Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Outils libres
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yann
Outils libres
Commits
b98aa906
Commit
b98aa906
authored
3 years ago
by
Yann
Browse files
Options
Downloads
Patches
Plain Diff
modifications mineures
parent
31574d60
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rapport.pdf
+0
-0
0 additions, 0 deletions
rapport.pdf
rapport.tex
+84
-1
84 additions, 1 deletion
rapport.tex
with
84 additions
and
1 deletion
rapport.pdf
+
0
−
0
View file @
b98aa906
No preview for this file type
This diff is collapsed.
Click to expand it.
rapport.tex
+
84
−
1
View file @
b98aa906
...
...
@@ -218,8 +218,91 @@
\end{center}
\part
{
SSH
}
\chapter
{
La souris
}
\chapter
{
Secure SHell
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
ssh alice@10.0.0.3
ssh bob@10.0.0.3
ssh carol@10.0.0.3
\end{minipage}
}
\chapter
{
Authentification à clé publique
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
ssh-keygen
ssh-copy-id alice@10.0.0.2
\end{minipage}
}
\chapter
{
Known Hosts
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
ssh-keyscan -H 10.0.0.3
\vspace
{
5mm
}
nano .ssh/known
\_
hosts
\#
10.0.0.3:22 SSH-2.0-OpenSSH
\_
7.4p1 Debian-10+deb9u7
...
\vspace
{
5mm
}
ssh-copy-id bob@10.0.0.3
\end{minipage}
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
nano .ssh/config
Host bc
Hostname 10.0.0.2
User bob
\end{minipage}
}
\chapter
{
Transfert de fichiers
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
sftp alice@10.0.0.2
put Rendu.txt
get Oui.txt
\end{minipage}
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
sshfs alice@10.0.0.2:/home /tmp/alicecli
\end{minipage}
}
\chapter
{
Tunnels SSH
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
ssh -R 8000:10.0.0.3:80 alice@10.0.0.1
\end{minipage}
}
\chapter
{
SOCKS proxy
}
\section
{}
\begin{center}
\`
{
A
}
faire.
\end{center}
\chapter
{
X11 forwarding
}
\section
{}
\fbox
{
\begin{minipage}
{
\textwidth
}
ssh -X bob@10.0.0.3 xeyes
\end{minipage}
}
\chapter
{
Rebonds
}
\section
{}
\begin{center}
\`
{
A
}
faire.
\end{center}
\part
{
Git
}
...
...
This diff is collapsed.
Click to expand it.
Yann
@jaulin6u
·
3 years ago
Author
Owner
Ajout deuxième partie (erreur de nom de commit)
Ajout deuxième partie (erreur de nom de commit)
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment