diff --git a/src/libs/ssh/sshconnection.cpp b/src/libs/ssh/sshconnection.cpp index 839ee2d5431..0e1e62cad1e 100644 --- a/src/libs/ssh/sshconnection.cpp +++ b/src/libs/ssh/sshconnection.cpp @@ -478,7 +478,8 @@ bool checkParameters(const QSsh::SshConnectionParameters ¶ms) void printSetupHelp() { - qInfo() << "In order to run this test properly it requires some setup (example for fedora):\n" + qInfo() << "\n\n" + "In order to run this test properly it requires some setup (example for fedora):\n" "1. Run a server on the host to connect to:\n" " systemctl start sshd\n" "2. Create your own ssh key (needed only once). For fedora it needs ecdsa type:\n"