Add note about PubkeyAuthentication no to README

This commit is contained in:
Jonas Nick 2019-01-31 13:20:07 +00:00
parent e5267bfb0b
commit 99e56db674
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 6 additions and 1 deletions

View File

@ -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