<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=WINDOWS_SSHD_Github-Installation</id>
	<title>WINDOWS SSHD Github-Installation - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=WINDOWS_SSHD_Github-Installation"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=WINDOWS_SSHD_Github-Installation&amp;action=history"/>
	<updated>2026-05-15T19:29:25Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=WINDOWS_SSHD_Github-Installation&amp;diff=29864&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „ =Installation latest Powershell Version= *https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2#m…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=WINDOWS_SSHD_Github-Installation&amp;diff=29864&amp;oldid=prev"/>
		<updated>2021-11-17T10:08:42Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ =Installation latest Powershell Version= *https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2#m…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=Installation latest Powershell Version=&lt;br /&gt;
*https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2#msi&lt;br /&gt;
&lt;br /&gt;
=Vorbereitung=&lt;br /&gt;
*https://github.com/PowerShell/Win32-OpenSSH/releases&lt;br /&gt;
*Zip herunterladen -&amp;gt; enthält benötigte OpenSSHUtils &lt;br /&gt;
**Die Dateien FixHost­File­Permissions.ps1, OpenSSH­Utils.psm1 und OpenSSh­Utils.psd1 entpacken und in das OpenSSH-Verzeichnis unterhalb von %SystemRoot%\System32 kopieren.&lt;br /&gt;
=Installation=&lt;br /&gt;
*Mit Powershell install-sshd.ps1 ausführen&lt;br /&gt;
&lt;br /&gt;
*Powerhell in dem Verzeichnis öffnen und folgenden Befehl eingeben&lt;br /&gt;
 .\FixHostFilePermissions.ps1 -Confirm:$false&lt;br /&gt;
&lt;br /&gt;
=SSHD Config=&lt;br /&gt;
*Entfernen des Kommentarzeichens '#' am Beginn der Zeilen&lt;br /&gt;
 PubkeyAuthentication yes&lt;br /&gt;
&lt;br /&gt;
 PasswordAuthentication yes&lt;br /&gt;
&lt;br /&gt;
*Hinzufügen des Eintrags&lt;br /&gt;
Der Pfad muss natürlich auf das Verzeichnis verweisen, in dem man PowerShell Core tatsächlich installiert hat.&lt;br /&gt;
 Subsystem powershell c:/program files/powershell/6.0.0-rc/pwsh.exe -sshs -NoLogo -NoProfile&lt;br /&gt;
&lt;br /&gt;
=Keys erstellen=&lt;br /&gt;
.\ssh-keygen.exe -A&lt;br /&gt;
&lt;br /&gt;
=Firewall konfigurieren=&lt;br /&gt;
*Powerhell öffnen und folgenden Befehl eingeben&lt;br /&gt;
 netsh advfirewall firewall add rule name=SSH dir=in action=allow protocol=TCP localport=22&lt;br /&gt;
&lt;br /&gt;
=Deamon starten=&lt;br /&gt;
*Powerhell öffnen und folgenden Befehl eingeben&lt;br /&gt;
 net start sshd&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
*https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7/&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>