goto icon indicating copy to clipboard operation
goto copied to clipboard

[Feature] Add option for ssh-copy-id

Open lhns opened this issue 1 year ago • 2 comments

For the lazy ones ;)

lhns avatar Jan 22 '24 16:01 lhns

Ha ha ha, brilliant idea! Thank you! Adding to my roadmap 👍

grafviktor avatar Jan 22 '24 16:01 grafviktor

Blocked by BUG-70 because focused host isn't correctly set in the list of hosts when exit filter mode, therefore a wrong ssh key can be copied to a remote host.

grafviktor avatar Jun 23 '24 23:06 grafviktor

Still in progress. The complexity is that Windows OS does not have pre-installed ssh-copy-id executable. Looking for workarounds which would allow to do the same, but without installing any 3rd party software.

grafviktor avatar Sep 17 '24 13:09 grafviktor

Maybe the functionality can be disabled if ssh-copy-id isn't present. Windows users could then install the binary manually or leave it be.

lhns avatar Sep 19 '24 12:09 lhns

Maybe the functionality can be disabled if ssh-copy-id isn't present. Windows users could then install the binary manually or leave it be.

Thank you for your suggestion, also though about that! 🙂

I think, I found a workaround will see how it works. But I'll place a warning message for Windows users for sure.

grafviktor avatar Sep 20 '24 09:09 grafviktor