mirror of
https://github.com/KDE/konsole.git
synced 2026-05-18 19:47:16 -04:00
Add missing ssh commandline options
The new options are take from the manual of openssh-6.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user