SUMMARY After typing "ssh example.com", Konsole switches the current profile back to the default. STEPS TO REPRODUCE 1. Create a new Konsole profile besides the default. Change something visually obvious, e.g. the theme, so the bug is easier to spot. 2. SSH into another machine OBSERVED RESULT Konsole switches colour schemes, etc. back to the default profile. EXPECTED RESULT Konsole continues using the currently active profile. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Linux 6.0.6 KDE Plasma Version: 5.26.2 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.7 ADDITIONAL INFORMATION I'm using Wayland with the open-source AMD graphics driver. I've got multiple monitors, both scaled to 125%. I'm not (to my knowledge) using sshmanager, and I haven't got "ssh" aliased to anything - it's plain old /usr/bin/ssh. The machine at the other end isn't doing anything weird, this worked fine on my other machine running Plasma.
I've found a workaround by deleting the contents of the file `~/.config/konsolesshconfig`.
I'm seeing the same with Fedora 37. The workaround doesn't work for me.
Actually, the workaround does work for me. My mistake was to delete the file entirely and not just the contents.
I think the problem is that sshManager 1) automatically adds everything in the ~/.ssh/config with default profile (should be possible to disable this) 2) applies the settings even if the ssh is not launched through the plugin (should not be the default, principle of least astonishment) I have a profile which does a ssh command, thus switch backs to default profile...