12
This commit is contained in:
parent
968c05061f
commit
fe3fc6cd82
16
12.html
16
12.html
@ -223,12 +223,13 @@ There are screens on:
|
||||
<section>
|
||||
<span style="color: orange">Aufgabe:</span>
|
||||
<ul>
|
||||
<li>beginnt eine screen Sitzung auf dem Server lk.schubertdaniel.de</li>
|
||||
<li>öffnet in screen mit einem Editor eine beliebige Datei</li>
|
||||
<li>meldet euch per ssh auf lk.schubertdaniel.de an</li>
|
||||
<li>startet screen</li>
|
||||
<li>öffnet mit einem Editor ~/html/index.html</li>
|
||||
<li>detached die screen Sitzung mit „CTL-a d“</li>
|
||||
<li>meldet euch vom server ab</li>
|
||||
<li>meldet euch wieder beim server an</li>
|
||||
<li>re-attached euch mit der screen Sitzung</li>
|
||||
<li>re-attached euch mit der screen Sitzung mit <br><code>screen -r</code></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@ -249,6 +250,11 @@ There are screens on:
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>Verbindung mit Nautilus
|
||||
<img src="img/nautilus-sftp.png">
|
||||
</section>
|
||||
|
||||
<section data-transition="slide" data-background="#b5533c" data-background-transition="convex">
|
||||
<h3>sshd - der SSH-Server-Daemon</h3>
|
||||
</section>
|
||||
@ -263,10 +269,13 @@ There are screens on:
|
||||
<code>/etc/ssh/sshd_config</code>
|
||||
<pre><code class=bash>
|
||||
# https://de.wikipedia.org/wiki/Liste_der_standardisierten_Ports
|
||||
# cat /etc/services
|
||||
Port 64322
|
||||
|
||||
# root login verbieten
|
||||
PermitRootLogin no
|
||||
# oder nur mit ssh key erlauben
|
||||
PermitRootLogin = without-password
|
||||
|
||||
# anmeldung nur mit ssh-key erlauben
|
||||
PasswordAuthentication no
|
||||
@ -281,6 +290,7 @@ PasswordAuthentication no
|
||||
<ul>
|
||||
<li>baut ein Script welches die fail2ban Filterregel auslöst</li>
|
||||
<li>durch viele Anmeldeversuche in kurzer Zeit</li>
|
||||
<li class="fragment"><pre><code class="bash">for i in {1..5}; do ssh ...... ; done </code></pre></li>
|
||||
<li>seht euch die entsprechenden Log-Files an </li>
|
||||
</ul>
|
||||
</section>
|
||||
|
BIN
img/nautilus-sftp.png
Normal file
BIN
img/nautilus-sftp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in New Issue
Block a user