fix ssh-agent issue and added new file where pinned nixpkgs are specified
This commit is contained in:
parent
ffe06ccf38
commit
61ee3a36f7
4 changed files with 13 additions and 20 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue