fast-ssh icon indicating copy to clipboard operation
fast-ssh copied to clipboard

Add the ability to display notes with comments

Open ss-rstocchi opened this issue 9 months ago • 0 comments

Add the ability to display notes under "Configuration" by adding comments to the SSH Config file.

When using the following config:

# - Production Server
# - On Corporate Network
Host Automation Server/server1
    HostName 192.168.1.1
    User user

We can see the notes shown as follow:

  • image

Each note for that host will be added as a separate line. You can also add things like * or - to create a bullet point effect to the notes as shown.

ss-rstocchi avatar Mar 03 '25 04:03 ss-rstocchi