This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch staging/1.6.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 902346a8 GUACAMOLE-600: Merge rename of RDP timeout setting to
"timeout" (consistent with other protocols).
add 9f6958ac GUACAMOLE-1290: Add public key parameter for SFTP connections
in RDP and VNC protocols.
add 5e0ce1db GUACAMOLE-1290: Move public key import in SSH connection code.
new 68f11819 GUACAMOLE-1290: Merge SFTP support for public keys and
corresponding SSH correction.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/protocols/rdp/rdp.c | 27 +++++++++++++++++++++++++++
src/protocols/rdp/settings.c | 15 ++++++++++++++-
src/protocols/rdp/settings.h | 5 +++++
src/protocols/ssh/ssh.c | 39 ++++++++++++++++++++-------------------
src/protocols/vnc/settings.c | 13 +++++++++++++
src/protocols/vnc/settings.h | 6 ++++++
src/protocols/vnc/vnc.c | 27 +++++++++++++++++++++++++++
7 files changed, 112 insertions(+), 20 deletions(-)