diff --git a/12.html b/12.html index fe229da..90997d9 100644 --- a/12.html +++ b/12.html @@ -223,12 +223,13 @@ There are screens on:
Aufgabe:
@@ -249,6 +250,11 @@ There are screens on: +
+

Verbindung mit Nautilus + +

+

sshd - der SSH-Server-Daemon

@@ -263,10 +269,13 @@ There are screens on: /etc/ssh/sshd_config

 # 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
 					
 				
diff --git a/img/nautilus-sftp.png b/img/nautilus-sftp.png
new file mode 100644
index 0000000..4354447
Binary files /dev/null and b/img/nautilus-sftp.png differ