This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 93638601487ffed604d088272c5aa199fe86a3f2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jan 11 11:29:54 2015 -0500 Fix for commit a86676d (mswin PuTTY+Krb auth) --- sshmasterconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index ef0088a..c8669a5 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -1143,7 +1143,7 @@ bool SshMasterConnection::userAuthKrb() #ifdef Q_OS_WIN sshCmd="plink -batch "+user+"@"+host+" -P "+ - QString::number(port)+ shcmd; + QString::number(port)+ " "+shcmd; #else sshCmd="ssh -o GSSApiAuthentication=yes "+user+"@"+host+" -p "+ QString::number(port)+ " -o PasswordAuthentication=no -o PubkeyAuthentication=no "+shcmd; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git