diff --git a/src/protocols/vnc/settings.c b/src/protocols/vnc/settings.c index 587864a4..8f65cfb2 100644 --- a/src/protocols/vnc/settings.c +++ b/src/protocols/vnc/settings.c @@ -197,6 +197,11 @@ enum VNC_ARGS_IDX { */ IDX_SFTP_HOSTNAME, + /** + * The public SSH host key to identify the SFTP server. + */ + IDX_SFTP_HOST_KEY, + /** * The port of the SSH server to connect to for SFTP. If blank, the default * SSH port of "22" will be used. @@ -209,11 +214,6 @@ enum VNC_ARGS_IDX { */ IDX_SFTP_USERNAME, - /** - * The public SSH host key to identify the SFTP server. - */ - IDX_SFTP_HOST_KEY, - /** * The password to provide when authenticating with the SSH server for * SFTP (if not using a private key).