Seahorse : is this the right application to solve the SSH things!?

good day dear friends, :grinning_face:

in former times i often used the putty-tool (s) for managing the ssh-keys and besides this - to encrypt and decrpyt messages that i exchange with friends

can i run all the putty things on linux too - i guess so:;

see the putty - things - as they work on the general - win architecture

https://www.digitalocean.com/community/tutorials/how-to-use-pageant-to-streamline-ssh-key-authentication-with-putty

You might have more than one SSH key for a single cloud server, or simply more than one cloud server or Droplet that requires SSH keys to log into. This can make you feel overwhelmed with having to manage, sort out, and link all those keys to their respective servers. That?s why Pageant exists.

Pageant is a PuTTY authentication agent. It holds your private keys in memory so that you can use them whenever you are connecting to a server. It eliminates the need to:

Explicitly specify the relevant key to each Linux user account, if you use more than one account to log into a server
Type a key?s passphrase each time you log into your user account; and your keys should be passphrase protected since having an unprotected key is as good as hiding your password under your keyboard!

well again - i want to run the putty-things on my linux-notebook - can i do this too?

update: - found some interesting articles:

a. What is pageant for Linux? Saving SSH private key passwords

https://unix.stackexchange.com/questions/20749/what-is-pageant-for-linux-saving-ssh-private-key-passwords

see also : the SeaHorse Project: https://wiki.ubuntuusers.de/Seahorse/

What is pageant for Linux? - can i do the SSH-things with Putty and Pageant on linux too?

Well - guess that - if i use seahorse - then i have a nice GUI-Tool for linux.
(note: i do not run GNOME - but i think that this should be not problem . so i think that i can
install it (Seahorse ) on my Eos-Installation with

yay bla bla bla :grinning_face:

Look forward to hear from you

update:

well i am also able to create a pgp-key on the ubuntu-notebook - of courrse - on the command line but - hmm - thats somewhat the “hard” way :wink:

I don’t know if it is the “right” application, but it is certainly one of many perfectly valid solutions for this. Seahorse is mentioned in this ArchWiki article, which fairly comprehensively details a lot of other options as well: https://wiki.archlinux.org/title/SSH_keys#Alternative_passphrase_dialogs

You can run PuTTY on Linux. It’s definitely uncommon; on Linux you will find people often use their preferred terminal emulator instead. I’m not sure about Pageant.