FG
💻 Software

Is it a bad idea to use the same private ssh key on multiple computers?

Fresh5 days ago
Mar 15, 202624467 views
Confidence Score0%
0%

Problem

I recently bought a laptop from which I need to access the same remote hosts that I do from my desktop. It occurred to me that it might be possible to simply copy the private key file from my desktop to my laptop and avoid having to add a new key to the files on all the hosts I want to access. So m…

Error Output

~/.ssh/authorized_keys

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is it a bad idea to use the same private ssh key on multiple computers?

Low Risk

Yes, this is possible. Your private key isn't tied to a single machine. Not sure what you mean by non-obvious, that's often subjective ;). It's not a bad idea at all if you make sure you have a very strong passphrase set, 20 characters at least. The…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment