top | item 37308181

(no title)

simias | 2 years ago

How else would I upload my public key?

discuss

order

SoftTalker|2 years ago

A service may provision an account with a provided ssh public key, so that you never log in with a password, even once.

It's sort of a chicken-egg problem though, presumably you do have a password somewhere along the line, such as in a portal where you created your account and uploaded your public key.

alexvitkov|2 years ago

I'd say there are more valuable things you can do to improve security than solving the problem of "having to ssh in with a password one time to upload a key"

rwmj|2 years ago

The correct answer is using client certificates, but they're a great deal of pain to set up compared to "ssh-copy-id" (or using username/password!)

salawat|2 years ago

...Key-distribution is to encryption systems as cache-invalidation is to computer science. Both of which are subforms of the ur-problem of signal-propagation which itself is stemmed from the physical principle of causality.

Only way through it is to shut up and do it, sadly.

The implementation details of doing it are often either A) have physical possesion of computer, and do initial insecure setup within a "secure realm" you control, or B) redefine your "secure realm" to include the hardware being in someone else's possession, and do what they tell you and pray they are trustworthy.