Specifying SSH Mode

Using SSH Mode tool, you can set restrictions for SSH connections. The restrictions can be hardened or made slack according to your needs. Four modes are available, as described in the following table:

ModeSSH ServerSSH Client
ParanoidDisable root accessDisable password authentication, allows to connect only using public keys. Block connections to unknown hosts.
StandardDisable root accessAllow password authentication. Allow connections to new or unknown hosts, enforce SSH fingerprint of known hosts.
OpenAllow root access Accept connections using passwords and public keysAllow password authentication. Allow connection to all hosts – do not check hosts fingerprints.
Last modified February 7, 2025