From fd11d1cccf6385444eb1f2858c8a814f66089a3c Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Sun, 6 May 2012 04:37:46 +0800 Subject: [PATCH] Add missing ssh commandline options The new options are take from the manual of openssh-6.0 --- src/ProcessInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProcessInfo.cpp b/src/ProcessInfo.cpp index 96b64d7bb..1dbd5ff53 100644 --- a/src/ProcessInfo.cpp +++ b/src/ProcessInfo.cpp @@ -913,9 +913,9 @@ SSHProcessInfo::SSHProcessInfo(const ProcessInfo& process) // these are taken from the SSH manual ( accessed via 'man ssh' ) // options which take no arguments - static const QString noArgumentOptions("1246AaCfgkMNnqsTtVvXxY"); + static const QString noArgumentOptions("1246AaCfgKkMNnqsTtVvXxYy"); // options which take one argument - static const QString singleArgumentOptions("bcDeFiLlmOopRSw"); + static const QString singleArgumentOptions("bcDeFIiLlmOopRSWw"); if (ok) { // find the username, host and command arguments