This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b7678eb src/sshmasterconnection.cpp: add YubiKey challenge auth prompt. new 4d7104d Also commit the actual data... The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/sshmasterconnection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 4d7104d6d8f5e2a3fa8bde40206eb54c630e3d6c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 6 10:12:52 2017 +0100 Also commit the actual data... --- src/sshmasterconnection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sshmasterconnection.cpp b/src/sshmasterconnection.cpp index d0bec75..a97bbbf 100644 --- a/src/sshmasterconnection.cpp +++ b/src/sshmasterconnection.cpp @@ -60,7 +60,8 @@ const QString SshMasterConnection::challenge_auth_code_prompts_[] = { "Verification code:", // GA (http://github.com/google/google-authenticator) "One-time password (OATH) for", // OATH (http://www.nongnu.org/oath-toolkit/pam_oath.html) "passcode:", // MOTP (http://motp.sourceforge.net) - "Enter PASSCODE:" // SecurID + "Enter PASSCODE:", // SecurID + "YubiKey for" // YubiKey (https://en.wikipedia.org/wiki/YubiKey) }; -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git