MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / GetDetails

Method GetDetails

Src/SSH/ChannelSSH.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27QString CChannelSSH::GetDetails()
28{
29 QString szDetail = " - " + tr("libssh version:") + " " + ssh_version(0) + "\n";
30 szDetail += " - " + tr("libssh protocol version:") + " " + QString::number(ssh_get_version(m_Session)) + "\n";
31 szDetail += " - " + tr("OpenSSH server:") + " " + QString::number(ssh_get_openssh_version(m_Session)) + "\n";
32 return szDetail;
33}
34
35void CChannelSSH::cb_log(ssh_session session,
36 int priority,

Callers 6

DetailsMethod · 0.45
DetailsMethod · 0.45
DetailsMethod · 0.45
DetailsMethod · 0.45
DetailsMethod · 0.45
DetailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected