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