From 99e56db6742d7c92b257bc2f4c24a4df439ee995 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Thu, 31 Jan 2019 13:20:07 +0000 Subject: [PATCH] Add note about PubkeyAuthentication no to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f6e9c..7504db8 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,12 @@ FAQ bitcoin-node> waiting for SSH... Received disconnect from 10.1.1.200 port 22:2: Too many authentication failures ``` - * **A:** Somehow ssh-agent and nixops don't play well together. Try killing the ssh-agent. Also make sure you don't have something like + * **A:** Somehow ssh-agent and nixops don't play well together. Try killing the ssh-agent. +* **Q:** When deploying or trying to SSH into the machine I see + ``` + root@xxx.xxx.xxx.xxx: Permission denied (publickey,password,keyboard-interactive). + ``` + Make sure you don't have something like ``` Host * PubkeyAuthentication no