|
|
|
|
|
by xani__
1347 days ago
|
|
My SSH key is on hardware token. How HTTPS tokens would be more secure ? Other question would be I guess "why we don't just use HTTPS client cert auth instead of silly tokens" ? > Security-wise, most people don't use SSH securely and may fall victim to MITM. The whole things sounds like "okay so some of you are incompetent, let's put some measures that annoy the ones that are" |
|
The proper measure is to secure SSH keys. For me it seems crazy that I must Google github host key fingerprints. SSH must retrieve those keys over some standard URL like https://github.com/.well-known/ssh rather than asking user a question that he'll ignore.