From fdbbf7a41bbb2f9943707727fa87ffed92b28ca9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 6 Feb 2022 03:46:17 +0100 Subject: [PATCH] docs: wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80df6b5..872e6c8 100644 --- a/README.md +++ b/README.md @@ -195,8 +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. +It 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.