<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.sachsen.schule/dwiki/index.php?action=history&amp;feed=atom&amp;title=Diskussion%3AEntwicklungsumgebung%2FSSH_Server</id>
	<title>Diskussion:Entwicklungsumgebung/SSH Server - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sachsen.schule/dwiki/index.php?action=history&amp;feed=atom&amp;title=Diskussion%3AEntwicklungsumgebung%2FSSH_Server"/>
	<link rel="alternate" type="text/html" href="https://wiki.sachsen.schule/dwiki/index.php?title=Diskussion:Entwicklungsumgebung/SSH_Server&amp;action=history"/>
	<updated>2026-05-05T06:18:31Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Delixs</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.sachsen.schule/dwiki/index.php?title=Diskussion:Entwicklungsumgebung/SSH_Server&amp;diff=6172&amp;oldid=prev</id>
		<title>Schoffer: hat „Delixs Diskussion:Entwicklungsumgebung/SSH Server“ nach „Diskussion:Entwicklungsumgebung/SSH Server“ verschoben</title>
		<link rel="alternate" type="text/html" href="https://wiki.sachsen.schule/dwiki/index.php?title=Diskussion:Entwicklungsumgebung/SSH_Server&amp;diff=6172&amp;oldid=prev"/>
		<updated>2008-12-12T18:28:04Z</updated>

		<summary type="html">&lt;p&gt;hat „&lt;a href=&quot;/dwiki/index.php/Delixs_Diskussion:Entwicklungsumgebung/SSH_Server&quot; class=&quot;mw-redirect&quot; title=&quot;Delixs Diskussion:Entwicklungsumgebung/SSH Server&quot;&gt;Delixs Diskussion:Entwicklungsumgebung/SSH Server&lt;/a&gt;“ nach „&lt;a href=&quot;/dwiki/index.php/Diskussion:Entwicklungsumgebung/SSH_Server&quot; title=&quot;Diskussion:Entwicklungsumgebung/SSH Server&quot;&gt;Diskussion:Entwicklungsumgebung/SSH Server&lt;/a&gt;“ verschoben&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 12. Dezember 2008, 20:28 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Schoffer</name></author>
	</entry>
	<entry>
		<id>https://wiki.sachsen.schule/dwiki/index.php?title=Diskussion:Entwicklungsumgebung/SSH_Server&amp;diff=6044&amp;oldid=prev</id>
		<title>Schoffer: Die Seite wurde neu angelegt: Ich stelle nachfolgend mal meine schulische sshd_config zur Diskussion.  Dort wird der root-login nur mit einem ssh-Zertifikat erlaubt und nur Mitglieder der UNIX-Grupp...</title>
		<link rel="alternate" type="text/html" href="https://wiki.sachsen.schule/dwiki/index.php?title=Diskussion:Entwicklungsumgebung/SSH_Server&amp;diff=6044&amp;oldid=prev"/>
		<updated>2008-12-06T23:06:44Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: Ich stelle nachfolgend mal meine schulische sshd_config zur Diskussion.  Dort wird der root-login nur mit einem ssh-Zertifikat erlaubt und nur Mitglieder der UNIX-Grupp...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ich stelle nachfolgend mal meine schulische sshd_config zur Diskussion.&lt;br /&gt;
&lt;br /&gt;
Dort wird der root-login nur mit einem ssh-Zertifikat erlaubt&lt;br /&gt;
und nur Mitglieder der UNIX-Gruppe netlogin dürfen sich per&lt;br /&gt;
ssh einloggen.&lt;br /&gt;
&lt;br /&gt;
Grüsse&lt;br /&gt;
Thorsten&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
Hier die sshd_config von mir:&lt;br /&gt;
#================================&lt;br /&gt;
AllowGroups netlogin&lt;br /&gt;
PermitRootLogin without-password&lt;br /&gt;
PermitEmptyPasswords no&lt;br /&gt;
PubkeyAuthentication yes&lt;br /&gt;
UsePAM yes&lt;br /&gt;
ChallengeResponseAuthentication no&lt;br /&gt;
PasswordAuthentication yes&lt;br /&gt;
AuthorizedKeysFile .ssh/authorized_keys&lt;br /&gt;
AcceptEnv LANG LC_*&lt;br /&gt;
AddressFamily inet&lt;br /&gt;
HostbasedAuthentication no&lt;br /&gt;
HostKey /etc/ssh/ssh_host_dsa_key&lt;br /&gt;
HostKey /etc/ssh/ssh_host_rsa_key&lt;br /&gt;
IgnoreRhosts yes&lt;br /&gt;
MaxStartups 4&lt;br /&gt;
KeyRegenerationInterval 3600&lt;br /&gt;
LoginGraceTime 60&lt;br /&gt;
LogLevel INFO&lt;br /&gt;
PrintLastLog yes&lt;br /&gt;
PrintMotd no&lt;br /&gt;
Protocol 2&lt;br /&gt;
Port 22&lt;br /&gt;
RhostsRSAAuthentication no&lt;br /&gt;
RSAAuthentication yes&lt;br /&gt;
ServerKeyBits 768&lt;br /&gt;
StrictModes yes&lt;br /&gt;
SyslogFacility AUTH&lt;br /&gt;
TCPKeepAlive yes&lt;br /&gt;
UsePrivilegeSeparation yes&lt;br /&gt;
X11DisplayOffset 10&lt;br /&gt;
X11Forwarding no&lt;br /&gt;
Subsystem sftp /usr/lib/openssh/sftp-server&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Schoffer</name></author>
	</entry>
</feed>