I have what I fear may be a stupid #Linux question...
If I set up an ssh key, upload it to the server, and then disable password login...
When I want to ssh from another machine? How would I then upload that key to the server?
@hellomiakoda As others pointed out, you can use the same private key in both machines A and B, or you can generate a new key pair for machine B, and use machine A to ssh into the target and add B's public key. Then you can use B's private key to ssh into the target and keep separate keys for A and B.
@juanrloaiza Ok, so that does work the way I'd thought.
Then... is there good reason not to sync ~/.ssh between my laptops?
@juanrloaiza Also trying to grok the whole ssh agent in KeePassXC as an option. Last time I messed with it, I broke shit. BUT... the instructions I'm looking at have a step I don't remember seeing last time, so maybe that's why.
Also last time I also attempted to use SecretService... and I'm wondering if THAT is actually what broke shit