<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=SSH</id>
	<title>SSH - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=SSH"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=SSH&amp;action=history"/>
	<updated>2026-05-13T20:47:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.bwt.com.de/index.php?title=SSH&amp;diff=339&amp;oldid=prev</id>
		<title>BrainwreckedTech: Created page.</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=SSH&amp;diff=339&amp;oldid=prev"/>
		<updated>2019-12-08T14:02:06Z</updated>

		<summary type="html">&lt;p&gt;Created page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= SSH Setup =&lt;br /&gt;
&lt;br /&gt;
Look for and edit the following lines in {{ic|/etc/ssh/sshd_config}}:&lt;br /&gt;
&lt;br /&gt;
{{hc|/etc/ssh/ssd_config|2=&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Port &amp;lt;port&amp;gt;&lt;br /&gt;
AddressFamily &amp;lt;any|inet|inet6&amp;gt;&lt;br /&gt;
ListenAddress &amp;lt;ip4-address&amp;gt;&lt;br /&gt;
ListenAddress &amp;lt;ip6-address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
LogLevel VERBOSE&lt;br /&gt;
&lt;br /&gt;
PermitRootLogin prohibit-password&lt;br /&gt;
&lt;br /&gt;
PubkeyAuthentication yes&lt;br /&gt;
&lt;br /&gt;
PasswordAuthentication no&lt;br /&gt;
PermitEmptyPasswords no&lt;br /&gt;
&lt;br /&gt;
ChallengeResponseAuthentication no&lt;br /&gt;
&lt;br /&gt;
UsePAM yes&lt;br /&gt;
AllowUsers &amp;lt;space-separated-list-of-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
AllowAgentForwarding no&lt;br /&gt;
AllowTcpForwarding no&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Then make sure the {{ic|sshd}} service is enabled and running:&lt;br /&gt;
&lt;br /&gt;
{{bc|sudo systemctl enable --now sshd}}&lt;/div&gt;</summary>
		<author><name>BrainwreckedTech</name></author>
	</entry>
</feed>