In some cases database connections via SSH introduce a security risk due to private key being "shared" by all pgweb clients, meaning pgweb daemon does not manage access to any local ssh keys that might be used across different connections. This should be a CLI option, like --disable-ssh.
In some cases database connections via SSH introduce a security risk due to private key being "shared" by all pgweb clients, meaning pgweb daemon does not manage access to any local ssh keys that might be used across different connections. This should be a CLI option, like
--disable-ssh
.