Home
last modified time | relevance | path

Searched refs:sshBrokerBin (Results 1 – 2 of 2) sorted by relevance

/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dhttpbrokerclient.cpp64 config->sshBrokerBin=lurl.path(); in HttpBrokerClient()
312 …sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser +" --authid "+nextAuth… in getUserSessions()
315 …sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser +" --task listsessions… in getUserSessions()
349 …QString sshCmd=config->sshBrokerBin+" --user "+ brokerUser + " --task selectsession --sid \""+sess… in selectUserSession()
398 …sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser +" --authid "+nextAuth… in sendEvent()
403 sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser + in sendEvent()
463 …sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser +" --authid "+nextAuth… in changePassword()
466 …sshConnection->executeCommand ( config->sshBrokerBin+" --user "+ brokerUser +" --task setpass --ne… in changePassword()
488 … sshConnection->executeCommand(config->sshBrokerBin+" --authid "+nextAuthId+ " --task testcon", in testConnection()
491 sshConnection->executeCommand(config->sshBrokerBin+" --task testcon", in testConnection()
H A Donmainwindow.h167 QString sshBrokerBin; member