From: Vinod Ahuja Date: Thu, 29 Sep 2022 21:42:41 +0000 (-0500) Subject: Fixing SSH key generation problem X-Git-Tag: 14.91.0~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=237efb4f9a1331c7c466eae7f926a2c14a552732;hp=237efb4f9a1331c7c466eae7f926a2c14a552732;p=AGL%2Fdocumentation.git Fixing SSH key generation problem I installed Ubuntu 22.04 and RSA protocol for ssh key pair was not working and was constantly getting permission denined key pair mismatch issues. After following openstac documentation (https://docs.openstack.org/contributors/common/setup-gerrit.html) I was quickly able to fix SSH key setup issue. Open Stack recommended to use ed25519 keys protocol as it works well in all operating system. Following that recommendation and personally experience issues with RSA key generation I have updated the documentation to ed25519. Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja Change-Id: I6209337e0056821ec9a0f28ea9aabb9d0933c53e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28037 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller ---