From 38f3896e99d57463880d3b5f7b999bd779667314 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 8 Aug 2024 20:04:29 -0400 Subject: [PATCH] [wiki] Add bug mentioned in developer guide to known bugs list --- wiki/bugs.md | 1 + wiki/developers.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/bugs.md b/wiki/bugs.md index 23abf3e..b319a97 100644 --- a/wiki/bugs.md +++ b/wiki/bugs.md @@ -5,3 +5,4 @@ - **This will be addressed** in v0.2.1 - Using a password-protected SSH identity file will prompt for the key's password multiple times when syncing - **This will be addressed** in v0.2.1 +- Password-protected SSH identity files currently only prompt for password entry in the CLI, and thus they are not yet supported in GUI/TUI implementations diff --git a/wiki/developers.md b/wiki/developers.md index 0172a5a..503ba45 100644 --- a/wiki/developers.md +++ b/wiki/developers.md @@ -45,5 +45,5 @@ configKey = ``` This ensures that a user can use multiple client applications with the same configuration while avoiding conflicts. -# Relevant Bugs Affecting Third-Party Implementations +# Relevant Bugs Affecting Third-Party Client Implementations - Password-protected SSH identity files currently only prompt for password entry in the CLI, and thus they are not yet supported in GUI/TUI implementations