Skip to content

2634-ssh-opening-command

Description

  • Added a property for SSH connections - "Opening command"
  • Send the "Opening Command" after login and before processing user input
  • Renamed "Start-up program" to "Start-up background program"

Related Issue

see #2634 (closed) for background details.

Motivation and Context

Connecting to the same SSH Host for different Docker containers. I don't want to have to remember the commands and credentials. I don't want to log into the Host connection then have to Copy/Paste an opening command to get me to the right "place".

How Has This Been Tested?

  • I used cd /var/app/ && dcf exec db psql "postgresql://postgres:passwordhere@localhost/dbname" with a specific server.
  • I recommend using a simpler cd /var/logs as a general test

Screenshots (if appropriate):

Screenshot_from_2021-11-12_16-38-34 Screenshot_from_2021-11-12_16-48-55

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