fix ssh-agent issue and added new file where pinned nixpkgs are specified

This commit is contained in:
Jonas Nick 2019-01-26 13:26:33 +00:00
parent ffe06ccf38
commit 61ee3a36f7
No known key found for this signature in database
GPG key ID: 4861DBF262123605
4 changed files with 13 additions and 20 deletions

View file

@ -105,7 +105,7 @@ 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 (see also https://github.com/NixOS/nixops/issues/256), if you have a few keys already added to your ssh-agent. Killing and restarting the ssh-agent should fix the problem. 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. Also make sure you don't have something like
```
Host *
PubkeyAuthentication no
@ -159,5 +159,3 @@ Open VirtualBox
File -> Host Network Manager -> Create
This should create a hostadapter named vboxnet0
```