Comment on SSH Keys Don't Scale. SSH Certificates DoComments−chasil1yThe content of the article is OpenSSH-centric. Especially on Windows, this needs to include the PuTTY pageant.exe.I am on a corporate desktop where the agent service is not running: C:\>ssh-agent unable to start ssh-agent service, error :1058 Because of this, I use pageant.exe for the Microsoft OpenSSH binaries:https://the.earth.li/~sgtatham/putty/0.80/htmldoc/Chapter9.h...I do see that pageant.exe supports certificates, but the discussion is quite brief.
Comments
The content of the article is OpenSSH-centric. Especially on Windows, this needs to include the PuTTY pageant.exe.
I am on a corporate desktop where the agent service is not running:
Because of this, I use pageant.exe for the Microsoft OpenSSH binaries:https://the.earth.li/~sgtatham/putty/0.80/htmldoc/Chapter9.h...
I do see that pageant.exe supports certificates, but the discussion is quite brief.