raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.02k stars 2.74k forks source link

[SSH Connection Manager] Remove this buggy non maintained extension. Useless. #12897

Open khurshid-alam opened 3 weeks ago

khurshid-alam commented 3 weeks ago

Extension

https://www.raycast.com/dimagrossman/ssh-manager

Raycast Version

Latest

macOS Version

13.4, 14.x

Description

Extension

https://www.raycast.com/dimagrossman/ssh-manager

Description

If config has Jump host like this,

Host SecureConnect secure.myhost.com
    User admin
    HostName 168.169.34.54
    Port 22
    IdentityFile ~/.ssh/id_ed25519

Host Server-01
    User admin
    HostName 168.169.54.97
    Port 22
    ProxyCommand ssh -W %h:%p SecureConnect

Then instead of actual host name it shows ProxyCommand.

Note: HOST section can contain alias separated by space like both name and fqdn (host SecureConnect in above example)

SCR-20231008-mkqe

This extension can’t parse config file properly. Extension from other developers are much better.

Steps To Reproduce

  1. macOS Ventura
  2. Add above in ssh config file.
  3. Go to ssh connection

Current Behaviour

Same as above

Expected Behaviour

It should show Proper name of the host. For multiple host aliases it can show both on the same line or separately as different ssh connection.

raycastbot commented 3 weeks ago

Thank you for opening this issue!

🔔 @scopsy @LenoxFro @RtiM0 @shelken @emiara you might want to have a look.

💡 Author and Contributors commands The author and contributors of `dimagrossman/ssh-manager` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
emiara commented 1 week ago

Hi! I completely agree with you, this extension is messy and very often does not work as expected. I am working on a rewrite of the whole thing. I would love the original contributors blessing but either way, I am going to rewrite it. @EivindSul would you like to do it with me?

scopsy commented 1 week ago

@emiara feel free to give it a shot! I'm way over my head with work, so didn't really got time to review this :(

emiara commented 1 week ago

No problem! Its a great and necessary extension. I use it all the time so it would be an honor to work on it. 😊

On Fri, 21 Jun 2024 at 00:31, Dima Grossman @.***> wrote:

@emiara https://github.com/emiara feel free to give it a shot! I'm way over my head with work, so didn't really got time to review this :(

— Reply to this email directly, view it on GitHub https://github.com/raycast/extensions/issues/12897#issuecomment-2181657630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUE3MBKALZUIYUWYPJZXL3ZINJ5XAVCNFSM6AAAAABJFY6DR2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRGY2TONRTGA . You are receiving this because you were mentioned.Message ID: @.***>