adds session caching for in-memory generated SSH keys
because the user experience is diminished when a generated key rotates every time they open a cached session we should look to cache the generated key with the session so that it only regenerates when the session changes. this also saves time, as the key generation can take a few seconds.
adds session caching for in-memory generated SSH keys
because the user experience is diminished when a generated key rotates every time they open a cached session we should look to cache the generated key with the session so that it only regenerates when the session changes. this also saves time, as the key generation can take a few seconds.