aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2019-09-17 01:22:14 +0000
committerGitHub <noreply@github.com>2019-09-17 01:22:14 +0000
commit18320b05622f45c561f5ff42f63b5c4666424f00 (patch)
treeae5be7dc434f5281fba9c7f34e46bdfbe45868b6 /README.md
parentMerge pull request #129 from vorburger/patch-5 (diff)
parentadd 'sshd -eddd' Troubleshooting tip (diff)
downloadYubiKey-Guide-18320b05622f45c561f5ff42f63b5c4666424f00.tar.gz
Merge pull request #128 from vorburger/patch-4
add 'sshd -eddd' Troubleshooting tip
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c22939..647993d 100644
--- a/README.md
+++ b/README.md
@@ -2047,7 +2047,10 @@ scd apdu 00 44 00 00
- If you receive the error, `Permission denied (publickey)`, increase ssh verbosity with the `-v` flag and ensure the public key from the card is being offered: `Offering public key: RSA SHA256:abcdefg... cardno:00060123456`. If it is, ensure you are connecting as the right user on the target system, rather than as the user on the local system. Otherwise, be sure `IdentitiesOnly` is not [enabled](https://github.com/FiloSottile/whosthere#how-do-i-stop-it) for this host.
-- If SSH authentication stil fails - add up to 3 `-v` flags to increase verbosity.
+- If SSH authentication still fails - add up to 3 `-v` flags to the `ssh` client to increase verbosity.
+
+- If it still fails, it may be useful to stop the background `sshd` daemon process service on the server (e.g. using `sudo systemctl stop sshd`) and instead start it in the foreground with extensive debugging output, using `sshd -eddd`. Note that (quote `man sshd`) _The server also will not fork and will only process one connection._, and therefore has to be re-started after every `ssh` test.
+
# Links