Skip to content

Allow running an SSH command when connecting via ssh tunnel

Hiroyuki Tanaka requested to merge myheroyuki/Remmina:REM-3023 into master

Description

If a user is connecting using VNC or RDP or similar and using an SSH tunnel, this will allow them to run a command when establishing the tunnel.

Related Issue

#3023 (closed)

Motivation and Context

For example, if a box is not running a VNC server this can establish an ssh tunnel, start the VNC server, and then allow connection.

How Has This Been Tested?

Tested by running the example described above.

Screenshots (if appropriate):

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)

Merge request reports