When using ssh/config entries

show the settings such as proxyjumps and ports.

When I reference the entrance below the ProxyJump and Port forward statement works but I can't see that in the settings in Core Shell. Would be nice to just show the ssh/config entry in a read-only field in the advanced section:-)

Host jira-stage
User oracle
HostName somehost.com
ProxyJump vagrant@127.0.0.1:2222
LocalForward 8094 somehost.com:19999

Thanks
Mikael

This is a brilliant idea, accepted :smiley:

1 Like

:slightly_smiling_face:

One more thing:-) I'm using tags a lot now. Very helpful. It would be cool if Core Shell / Tunnel could apply system tags. Like, "ssh/config", indicating that this entry is referencing an entry in ssh/config. Another one could be "LocalPorts" showing that there are ports forwarded for these entries.

Thanks
Mikael