User Tools

Site Tools


linux_og_unix:openssh

Differences

This shows you the differences between two versions of the page.


linux_og_unix:openssh [2023/10/21 19:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +==== OpenSSH ====
 +
 +Hvis det tager lang tid at logge ind, kan det være et kerberos check fra klienten, der skal disables:
 +<code>
 +$ ssh -v <remotemachine>
 +[...]
 +debug1: Unspecified GSS failure.  Minor code may provide more information
 +</code>
 +Så tilføj følgende til ~/.ssh/config
 +<code>
 +GSSAPIAuthentication no
 +</code>
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki