SSH/Fehlerbehebung: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „Kategorie:Secure Shell“ durch „Kategorie:SSH“ Markierung: Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
'''{{BASEPAGENAME}}''' - Beschreibung | |||
== Beschreibung == | |||
== Allgemeine Fehlersuche == | == Allgemeine Fehlersuche == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
$ ssh -v[vv] user@server.net | |||
== X11 forwarding request failed on channel 0 == | == X11 forwarding request failed on channel 0 == | ||
=== /etc/ssh/sshd_config prüfen === | === /etc/ssh/sshd_config prüfen === | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
X11Forwarding yes | |||
X11UseLocalhost no | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
sudo systemctl restart ssh | |||
=== XAUTH installieren === | === XAUTH installieren === | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
sudo apt install xauth | |||
=== Test === | === Test === | ||
| Zeile 17: | Zeile 29: | ||
Das Programm ''[[xeyes]]'' ist im Paket ''[[x11-apps]]'' enthalten und wird mit Strg + C beendet. | Das Programm ''[[xeyes]]'' ist im Paket ''[[x11-apps]]'' enthalten und wird mit Strg + C beendet. | ||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
<div style="column-count:2"> | |||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
<!-- | |||
; Man-Page | |||
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)] | |||
; Info-Pages | |||
--> | |||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
[[Kategorie:SSH]] | [[Kategorie:SSH]] | ||
</noinclude> | |||
= TMP = | |||
Version vom 22. Februar 2026, 10:48 Uhr
SSH/Fehlerbehebung - Beschreibung
Beschreibung
Allgemeine Fehlersuche
$ ssh -v[vv] user@server.net
X11 forwarding request failed on channel 0
/etc/ssh/sshd_config prüfen
X11Forwarding yes X11UseLocalhost no
sudo systemctl restart ssh
XAUTH installieren
sudo apt install xauth
Test
$ ssh -X user@server.net $ xeyes
Das Programm xeyes ist im Paket x11-apps enthalten und wird mit Strg + C beendet.
Anhang
Siehe auch
Dokumentation
Links
Projekt
Weblinks