From e23081f3196fea300718ec21ff15dfe5bee43ade Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 6 Feb 2022 03:45:39 +0100 Subject: [PATCH] docs: clarifying keys & passwords --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55d5a91..80df6b5 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,8 @@ Host varia.zone ``` `distribusi-go` will read the `User` and `Port` values from this configuration. +`distribusi-go` won't try to parse private key files or prompt for passwords, +it will simply interface with `ssh-agent` which handles all that. If all else fails, try `-d/--debug` for extra help figuring out what SSH connection details are used. You can [open a ticket] and we can try and help.