Skip to content

Remove SSH file paths from remmina file when unchecking box in profile edit

bhatman1441 requested to merge bhatman1441/Remmina:uncheck-ssh-files into master

Description

Unchecking the boxes next to SSH key files (both with SSH and SSH tunnel) now causes the corresponding file path string in the remmina file to be deleted. Also made a change that the key file fields in the SSH tunnel tab are grayed out by default when first enabling SSH tunnel, consistent with the Basic tab for SSH.

Related Issue

See #2886 (closed)

Motivation and Context

Before, this would not remove that string and editing the profile again would show that the key files were still part of the profile.

How Has This Been Tested?

I created a profile with SSH key paths in all 4 locations and had the remmina file open whilst editing these profiles to make sure that the file path strings were being deleted.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports