description |
---|
Daggy Troubleshooting |
If you use key files for remote access to servers, and your key started from next line:
-----BEGIN OPENSSH PRIVATE KEY-----
This key is not supported in daggy, convert your key to rsa format:
ssh-keygen -p -m PEM -f ~/.ssh/id_rsa
If you have very slow ssh connection, daggy can interrupt ssh connection. For avoiding this, set timeout in connection parameters (in seconds) in data sources file:
connection:
timeout: 10
If daggy cannot connect to remote server by ssh try to disable conformance check:
connection:
strictConformance: false
Set ignoreProxy
connection parameter to false:
connection:
ignoreProxy: false