On Thu, Feb 11, 2021 at 02:15:32PM +0400, Marc-André Lureau wrote: > Hi > > On Wed, Feb 3, 2021 at 10:07 PM Cleber Rosa wrote: > > > > It's questionable wether it's necessary to create one brand new pair > > whether > Yep, thanks! > > for each test. It's not questionable that it takes less time and > > resources to just use the keys available at "tests/keys" that exist > > for that exact reason. > > > > If a location for the public key is not given explicitly, the > > LinuxTest will now set up the existing pair of keys as the default. > > This removes the need for a lot of boiler plate code. > > boilerplate > You're right again. > > > > To avoid the ssh client from erroring on permission issues, a > > directory with restricive permissions is created for the private key. > > restrictive > OK. > > This should still be a lot cheaper than creating a new key. > > > > Signed-off-by: Cleber Rosa > > Reviewed-by: Marc-André Lureau > Thanks for the review, - Cleber.