doc UPDATE minor clarification
diff --git a/FAQ.md b/FAQ.md
index 0991b7b..14e2c1a 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -17,8 +17,9 @@
 
 __A:__ The most likely reason for this is that the SSH key that is used
    for this session authentication uses an algorithm not supported by
-   your system. The supported algorithms are automatically loaded by *libssh*
-   from OpenSSH configuration files (more info in `ssh_config(5)` and `sshd_config(5)`).
+   your system. The supported algorithms can be configured but if not, they
+   are automatically loaded by *libssh* from OpenSSH configuration files
+   (more info in `ssh_config(5)` and `sshd_config(5)`).
 
 __Q: When I try to connect to a server I immediately get a timeout after authenticating:__