this post was submitted on 12 Sep 2023
6 points (100.0% liked)

KDE & Plasma users

2768 readers
1 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE's software runs on GNU/Linux, BSD and other operating systems, including Windows.

founded 4 years ago
MODERATORS
 

Hi everyone!

I am using Kate happily, and I'd like to ask a question to experts: when I open a file over ssh, the terminal in Kate requires a manual connection. Is it possible to a) have it synced automatically, or b) use the same connection that Kate uses to open the files so that one does not need to insert the password again?

Thank you :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

If someone will find this in the future: adding

    controlmaster auto
    controlpath /tmp/ssh-%r@%h:%p

under the relevant host in ~/.ssh/config reused the connection for direct calls to ssh.