@sapphireangel Short version is you want to go with RSA. It's the most widely used, and unless you're dealing with threats from quantum computing, it's your best bet when considering trade-offs. DSA isn't widely used at all, and was a cool idea but is being phased out. Use ECDSA if you're using a very much resourced-constrained environment, like a low-power low-ram VPS. Hope this helps.
It does! Thank you much! Mainly this is for web hosting and connecting to low resource VPS’s @acarson @sapphireangel
@WeirdWriter @sapphireangel Honestly you’re probably still fine with RSA. The only time this would really matter is if you were managing a bunch of simultaneous connections. I’m assuming it’s just you right?
@acarson @sapphireangel Correct! It is just me, no one else.