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: | ||
| + | < | ||
| + | $ ssh -v < | ||
| + | [...] | ||
| + | debug1: Unspecified GSS failure. | ||
| + | </ | ||
| + | Så tilføj følgende til ~/ | ||
| + | < | ||
| + | GSSAPIAuthentication no | ||
| + | </ | ||