Author Topic: slickedit v28.0.2.0 breaking my ssh-agent (Windows)  (Read 776 times)

jaymmartin

  • Community Member
  • Posts: 59
  • Hero Points: 8
slickedit v28.0.2.0 breaking my ssh-agent (Windows)
« on: February 15, 2025, 07:13:17 AM »
After much confusion, it seems that slickedit is messing with my ssh-agent.    I use openssh via cygwin for networking.   I also use Git which uses ssh, but only on the command line.  Well, I wanted to use slickedit to only create check in messages on git commits (instead of using vim or notepad).  I do not use slickedit Git integration and have never explicitly enabled it.   I use a file socket pointed to by a user wide SSH_AUTH_SOCK environmental variable.   After doing a (local only) "git commit" and writing a check-in message.  I saw two behaviors in my confused thrashing: either the socket file was deleted with the ssh-agent still running or a duplicate ssh-agent was created with an empty key database.  My brute force solution is to unset SSH_AUTH_SOCK in my run slickedit scripts.   

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7041
  • Hero Points: 535
Re: slickedit v28.0.2.0 breaking my ssh-agent (Windows)
« Reply #1 on: February 15, 2025, 06:05:23 PM »
Hot fix added to v29.0.1 so that "git" does not get run by default. Also fixed an issue where git gets run even though auto detect has been turned off.