Warning on Pantheon Localdev logs

81 Views Asked by At

Hi I'm spinning out Pantheon's Localdev for testing and I'm getting this warning message on the logs

You have a lot of keys!

Any ideas what is causing this warning?

1

There are 1 best solutions below

2
On BEST ANSWER

I think this is related to lando. This thread on Github suggests:

  1. To disable the warning you can run lando config you will see a maxKeyWarning setting. This value can be overridden in a lando global config file, i.e. set the value that matches your number of used keys..

  2. As documented in the SSH keys config page, the keys key is meant to be used in combination with a user-space Lando override file. This file is .gitignored and is meant to provide user-specific overrides, eg you would not put ALL the keys of ALL the users here, just yours.